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!!!
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...
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...
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...
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("11.123.1.56");
$ldapconn = ldap_connect( $ldaphost )
or die( "Could not connect {$ldaphost}" );
?>...
HI All!!
I have a form. When I try to submit the form, I get this error: "Could not execute query: . Column count doesn't match value count at row 1". Could someone possibly tell me what this error means?
Here is some of my code (if it helps):
if ($action=="submit") {...
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!!!
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...
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...
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...
HI,
I have a form that finally works. When you submit the form it passes the information and then brings up a "Thank you" page. I now need to make some of the fields "required". I am having problems with figuring out the code on how to accomplish this. Can someone please...
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!!! :)
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...
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...
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="select">
<option...
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="select">
<option...
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...
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...
Hi all!!
Could someone please tell me what the "r" in the PHP code is or what it stands for?
Example: $header_exists = @fopen("themes/$cookie[9]/header.php", "r");
Thank you for your help!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.