Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: krappleby
  • Content: Threads
  • Order by date
  1. krappleby

    Quick question to do with sessions

    HI all, i have a website, which i run from one index page.. i call the contents, which are located in another page.. now.. when a member logs in a session called sysuser is created containing their member id.. now the problem comes with the pages, i have three folders.. one is called...
  2. krappleby

    script to fast issue

    Hi again all, i wonder if any of you have any ideas on the following. i have a very long php script that processes several queries, as well as checks data, here is an example update blah set color = blue where member = 1 then select * from blah where member = 1 if (colur=blue) do this...
  3. krappleby

    Help..

    Hi all, im not a proffessional programmer (or speller for that matter) but i do do quite a lot of programming for friends and family, one of the main things i always have problem with is times and dates.. here is my problem. i have a date/time field in a mysql database, which i need to...
  4. krappleby

    place into array and sort

    hi all, wonder if you can help me.. i have 9 variables, labelled ball1, ball2, ball3, ball4, ball5, ball6, ball7, ball8, ball9 now. im looking to sort them in order of the value of each variable.. im thinking the best way to do this would be to put them all into an array and have the...
  5. krappleby

    iframe resize

    hi, i though this had been posted but it appears not to have been i have a problem, i have an iframe that needs to be resized, to the content.. now.. is there any way, to query the iframe itself, by stating something along the lines of if iframe has scrollbar, then increase iframe height. i...
  6. krappleby

    simple time difference question

    hi all., i am trying to get the number of seconds between the current date/time and a datetime stamp in a mysql database.. i am pulling the data from the database, and have tried all sorts, the lastest is echo mktime(date('Y-m-d H:i:s')) - mktime($resultrow['DATECHECK']); however all i...
  7. krappleby

    what is wrong with this

    i am trying to replace certain words in the email with replacement words, but its not working, i am getting the email but the words are staying as is.. any help would be appreciated $get_email = "Select * From Site_Emails where EMAIL_CODE = 'WELCOME EMAIL'"; $email_result =...
  8. krappleby

    question from complete newbie (know nothing)

    Hi all, sorry to bother you guys, i have a form which my clients can filli in. the form is in two parts, a sign up and billing section all on the same page.. Now when the customer fills in the top form (the sign up form) we have a small checkbox, which states that if teh billing detilas are...
  9. krappleby

    Question about sending form results

    I have a form, which i need to send half the results to one place, and the other half to another page.. does anyone have any information or locations where i can get this info from so i can complete this task.. also if anyone has any info on how to copy info from one input text field to...
  10. krappleby

    asp updating to database

    the following script i am using to update records to a Access database, ******************************************** <HTML> <Head> <Title>K.R.App web design</Title> </Head> <% set conn = Server.CreateObject(&quot;Adodb.connection&quot;) conn.Open &quot;customeraccounts.mdb&quot; query =...

Part and Inventory Search

Back
Top