Hi and thanks in advance to anyone who can help me.
I have two php pages. The first page contains all records in a database the user can then select a record and edit it - bringing them to the editRecord page. On the edit record page the information about the record once again appears in text...
Hi and thanks in advance to anyone who can help me.
I have to php pages. The first page contains all records in a database the user can then select a record and edit it - bringing them to the editRecord page. On the edit record page the information about the record once again appears in text...
Sorry should have mentioned that bit. The drop down list is being populated by reading the values from a database. The code I am using for populating the drop down list is as follows:
<?PHP
$sql = "Select Error, Counter From errorgroup";
$result=mysql_query($sql,$db)...
I have a drop down list which contains about twenty options. Each options contains more than one word. When a user selects an option the selected item is supposed to be displayed in the database. This works ok but the problem is that only the first word of the option selected is displayed in the...
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.