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 Wanet Telecoms Ltd 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: BettyJo50
  • Content: Threads
  • Order by date
  1. 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!!!
  2. 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...
  3. 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...
  4. 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...
  5. 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; ); ?>...
  6. 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;) {...
  7. BettyJo50

    PHP-Auto fill a drop down box from a database in mysql?

    Hi everyone! Stupid question for the day...I have a table of class names in mysql. I would like to automatically populate my drop down box from this table. Is this possible? Thank you!!!
  8. BettyJo50

    drop-down box choice to retrieve data from db

    HI!! I have a question/problem. I have a column in the database called Project. There are 3 projects...we'll call them A, B and C. I have created a drop-down box to choose one of them. After selecting one of the 3, I would like to display the records of the one project selected, but I'm not...
  9. BettyJo50

    echoing data from mySQL database for a report

    Hi! Here is my dumb question for the day. I have a database that has 3 separate project names in it. I would like to take this information and put it into a report, depending on which project the user would like to see. Only one project at a time. I can get the field names to come up in my...
  10. BettyJo50

    php auto field

    HI! I have a form for updating, deleting and inserting data to already existing Company's information in ASP. I need to convert this code to PHP and was wondering if someone could point me in the right direction. This is what is the code being used now for ASP. FOr the form:<input...
  11. BettyJo50

    Required fields on a form-PHP

    HI, I have a form that finally works. When you submit the form it passes the information and then brings up a &quot;Thank you&quot; page. I now need to make some of the fields &quot;required&quot;. I am having problems with figuring out the code on how to accomplish this. Can someone please...
  12. BettyJo50

    Pop up window

    Hi. Is it possible to use a Javascript pop-up window with PHP? I am trying to use a pop-up window and pass results of a vote to the pop-up window with PHP. (and of course, it's not working). Thanks!!! :)
  13. BettyJo50

    Polls - PHP

    I am a newbie and I want to thank everyone who has helped me in the past. I really appreciate. Here is another question. I found a poll on http://www.proxy2.de/scripts.php It is Advanced Poll 2.0.2. When I downloaded it, it has approximately 255 files. I was wondering, how do I go about...
  14. BettyJo50

    PHP - Poll

    Hi all! I have a poll on this site https://asp.qtso.com/STSO/start.asp. As you can see, it is written in ASP, I need to convert it to PHP. Of course, this is new to me and I do not know PHP, so I need to figure this out. I need the poll to also have an administrative feature that allows...
  15. BettyJo50

    MIlitary Time drop-down box

    Hi! Can someone PLEASE help me? I am trying to do a drop-down box for military time. I was trying to do it like I did for the Year drop-down box, but I can't seem to get it right. Here is my code for the year drop-down box. <select name=&quot;select&quot;> <option...
  16. BettyJo50

    Military time -drop down box

    Hi! Can someone PLEASE help me? I am trying to do a drop-down box for military time. I was trying to do it like I did for the Year drop-down box, but I can't seem to get it right. Here is my code for the year drop-down box. <select name=&quot;select&quot;> <option...
  17. BettyJo50

    Bulletin Board

    Hi! Wondering if anyone can help me or tell me where to go? (be nice :) I have a bulletin board. Is there a way to show the user only the new responses they have not read without having to log in to a site? The browser can detect visited links....could the bulletin board work in the same...
  18. BettyJo50

    urgent - broken asp code with forms

    Hi! Can someone please help me? I have some code that was working and I ended up breaking it and now cannot fix it. I don't know if this is allow, but I have included my entire code for a page. It is long, but if anyone can spot my problem, I sure would appreciate it. The live address for...
  19. BettyJo50

    Hi all!! Could someone please te

    Hi all!! Could someone please tell me what the &quot;r&quot; in the PHP code is or what it stands for? Example: $header_exists = @fopen(&quot;themes/$cookie[9]/header.php&quot;, &quot;r&quot;); Thank you for your help!!
  20. BettyJo50

    dynamic menu - 508 compliant

    Hi! Does anyone know of a dynamic menu that is also 508 compliant? (Americans with Disabilities Act). Thank you!!

Part and Inventory Search

Back
Top