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 SkipVought 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: *

  1. gokeeffe

    F12 won't work

    No, the iis service needs to be restarted it had stopped Tks
  2. gokeeffe

    F12 won't work

    I have done this also and still the problem persists any other idea's ?
  3. gokeeffe

    F12 won't work

    Hi All I am using dreamweaver as my development tool, which was working fine but when I go and press F12 to preview my pages I keep getting the following message. I have done a re-install and still I keep getting this message. Can someone please help this has stopped my development. Don't know...
  4. gokeeffe

    Dreamweaver question Please help

    -------------------------------------------------------------------------------- Not sure where to post this question. I am using dreamweaver as my development tool, which was working fine but when I go and press F12 to preview my pages I keep getting the following message. I have done a...
  5. gokeeffe

    Please Help CSS question gone crazy !

    Ok, did you repostion with absolute or relative positioning. Could you show me if that is possible I have been trying to find the resolution to this problem for ages
  6. gokeeffe

    Please Help CSS question gone crazy !

    Vragabond I have tried what you said but still the indexboxsearch div is not rendereing correctly, if I view my site with a screen of 19inches then there is overlap between the divs. Basically could you show me some sample code for aligning div's next to each other so it's a fluid layout
  7. gokeeffe

    Please Help CSS question gone crazy !

    Hi I would really like to know the answer to the folowing question. I have a 3 column layout as follows #rightside{ position:absolute; width:130px; top:104px; right:0px; background-color:#FFF; display:block; border: 1px solid black; } #leftside { position:absolute; top:104; left:0; width...
  8. gokeeffe

    How to pass an array through a hidden field

    I am trying to pass an array through a hidden field in a form I have on my confirmation page, all of my other variable pass through fine but I can't get the array to pass through to the reponse page ----------------------- Step 3 Page ----------------------------------- This is where i have...
  9. gokeeffe

    Form validation problem

    I tryed this but it still doesn't work if ($_POST['email_address']!="") { // email has been entered // validate email address if (eregi ("^[[:alnum:]][a-z0-9_.-]*@[a-z0-9.-]+\.[a-z]{2,4}$",stripslashes(trim($_POST['email_address'])))) { $e =...
  10. gokeeffe

    Not sure of the concept

    Great Stuff got it working
  11. gokeeffe

    Can you have more than one id in a select statement

    That was the problem Tks it worked
  12. gokeeffe

    Form validation problem

    What I want to do is the following I have a form with 8 fields,all of these fields are optional but if one of the fields is filled in ie. the email address field I want to validate the email address. Hence I use this code // Check for a email address if (eregi...
  13. gokeeffe

    Can you have more than one id in a select statement

    How come the below select statement will work but when I add a second id to the select statement I keep getting an ambiguous error for that id. Is it not possible to select more than 2 id's in a select statement. Regards Graham ---------------------------------- Works...
  14. gokeeffe

    Not sure of the concept

    How do I do the following: I have a search results page that displays results eg Name Address Country Interest Subject Level What I want to do is add a field called More Details which will be a hyperlink to another page which will display more specific details of that user. For...
  15. gokeeffe

    I think this is a basic question.

    How do I do the following: I have a search results page that displays results eg Name Address Country Interest Subject Level What I want to do is add a field called More Details which will be a hyperlink to another page which will display more specific details of that user. For...
  16. gokeeffe

    Delete from middle of array how?

    How do I do the following I have a mutidimensional array, for example it might contain 6 different pieces of information $_SESSION['grind_array'][] = array( 'Interest' => $_SESSION['Interest'], 'Subject' => $_SESSION['Subject']...
  17. gokeeffe

    Simple array question

    Hi How can I get the index from the following code // Set the array $_SESSION['grind_array'][] = array('Interest' => $_SESSION['Interest'], 'Subject' => $_SESSION['Subject'], 'Level' =>...
  18. gokeeffe

    Simple array question

    cool tks
  19. gokeeffe

    Simple array question

    Hi I have the following code that I am using to store values in an array, but is there anyway that I can count the number of items in the array without using the counter that I have, I mean is there any index style array command. Also: Does any one know any good tutorials on php arrays...
  20. gokeeffe

    Need Help Bigtime !

    Wow that looks really cool I'm going to download it now and install it, just one more piece of advice do I need to uninstall the versions of php and mysql that I have on my pc already before I do this Thanks for all your help

Part and Inventory Search

Back
Top