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. BettyJo50

    MySQL/PHP - SQL UPDATE statement

    Thanks for your help!!!! :)
  2. BettyJo50

    MySQL/PHP - SQL UPDATE statement

    I am using PHP with an Apache server.
  3. BettyJo50

    MySQL/PHP - SQL UPDATE statement

    I'm sorry!! I'm not sure what you mean by that. (I'm still trying it learn this). Where could I find this?
  4. BettyJo50

    MySQL/PHP - SQL UPDATE statement

    Well, actually, it doesn't give me any errors. It moves on to the next page as though it has inserted it into my database. But when I look, the info for that field is still blank.
  5. BettyJo50

    MySQL/PHP - SQL UPDATE statement

    Hi. I am trying to update one field in my table in MySQL. I cannot get this field to update. Can someone possibly tell me what is wrong with my SQL statement? $SQL="UPDATE umcritsurv SET IQ_Use_Q9='$IQ_Use_Q9' WHERE fldAuto='54'"; Thank you!!!
  6. BettyJo50

    SQL statement trouble

    Thanks for your help!!!
  7. BettyJo50

    SQL statement trouble

    HI! Could someone please tell me what is wrong with my SQL statement? $SQL="UPDATE umcritsurv WHERE $fldAuto=id (IQ_Use_Q9, etc) VALUES ('$IQ_Use_Q9', '$etc')"; This is the error I get: ERROR: You have an error in your SQL syntax near 'WHERE =id (IQ_Use_Q9, Etc' at line 1 UPDATE...
  8. BettyJo50

    Survey - needing to skip from one quest. to a quest. on another page

    Thank you for all the help!!!
  9. BettyJo50

    Survey - needing to skip from one quest. to a quest. on another page

    No, there are 3 pages. Questions 1-8 are on page 1 (survey.php), questions 9-17 are on page 2 (survey2.php) and questions 18-21 are on page 3 (survey3.php). If you answer yes to question 8 they just move on to the next question, if they answer no to question 8, they need to be sent to question...
  10. BettyJo50

    Survey - needing to skip from one quest. to a quest. on another page

    Hi all!! Here's my situation. I have a survey with 21 questions on 3 pages. Question #8 (on page 1) is a yes or no question (using radio buttons). If you answer "yes" to this question you just continue on to the next question. If you answer "no" to this question, you...
  11. BettyJo50

    A survey - needing to jump ahead to another question

    Shall do. :) Thanks!!
  12. BettyJo50

    A survey - needing to jump ahead to another question

    Yes, I need an immediate jump to quest. 18 and then they can submit the survey when they have finished. Thank you!!
  13. BettyJo50

    A survey - needing to jump ahead to another question

    Hi all!! Here's my situation. I have a survey with 21 questions on 3 pages. Question #8 (on page 1) is a yes or no question (using radio buttons). If you answer "yes" to this question you just continue on to the next question. If you answer "no" to this question, you...
  14. BettyJo50

    PHP LDAP connection

    Thank you!!! :)
  15. BettyJo50

    PHP LDAP connection

    Nothing at the moment. I get a blank screen. I was just trying to see if I could even get a connection. Is there a way to test that? (As you can tell, I'm new to this...sorry!) Thanks!!!
  16. BettyJo50

    PHP LDAP connection

    May I ask another question? Is there something else I need to make the ldap connection? I only get a blank screen. Thank you!!!
  17. BettyJo50

    PHP LDAP connection

    Oh, no. I do not need to connect twice. Thank you for your help!!
  18. BettyJo50

    PHP LDAP connection

    Hi, I am trying to just make an LDAP connection using PHP script. Can anyone please help me? This is the code I am trying. <?php $ldaphost = ldap_connect(&quot;11.123.1.56&quot;); $ldapconn = ldap_connect( $ldaphost ) or die( &quot;Could not connect {$ldaphost}&quot; ); ?>...
  19. BettyJo50

    PHP error - could not execute query...

    Thanks for your help!!!
  20. BettyJo50

    PHP error - could not execute query...

    HI All!! I have a form. When I try to submit the form, I get this error: &quot;Could not execute query: . Column count doesn't match value count at row 1&quot;. Could someone possibly tell me what this error means? Here is some of my code (if it helps): if ($action==&quot;submit&quot;) {...

Part and Inventory Search

Back
Top