MySQL Forums
Forum List  »  PHP

Re: Drop down menu problem!
Posted by: Ulf Wendel
Date: February 10, 2006 09:00AM

Adam Gibbons wrote:
> Got a problem with a drop down menu on a form, i
> can see the options i want but when i click save
> it doesn't send the information to my mysql
> database! i dont want to paste the whole script
> here, is there any way i can attach the file??

No, please do not send entire scripts to any community forums (mailing lists, newgroups, on IRC etc.). Most people consider this as flooding.

Try to post the relevant parts. Maybe you can put some var_dump() in front of your mysql_* function calls and check if you have data at all in your variables and if the code gets called at all. Try some step by step debugging first.

If the variables are not empty, post the var_dump output (or preferrably excerts from it) and show the mysql function calls here. But no more. Also, make sure you've added error handling to your mysql function calls before you ask.

Ulf

Options: ReplyQuote


Subject
Written By
Posted
February 10, 2006 05:49AM
Re: Drop down menu problem!
February 10, 2006 09:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.