From: Chaitanya Yanamadala on 15 May 2010 06:24 hai i need to develop a form in which there are two drop down boxes. depending on the selection of the first drop down box the other box should be changed.. like that of ajax.. both the boxes get their options from the mysql database.. the code is available at http://pastebin.com/1cW10VHL the mysql database is here http://pastebin.com/5KrkRHku the code is named as employee.php if it is php extension then it is only showing till team option and the rest are not showing.. if i change the extension to html then it is showing all the values but my php code is nt working.. Regards Chaitanya
From: Chaitanya Yanamadala on 15 May 2010 07:06 yes i realize that so this the reason i asked for the ajax.. so can u help me with that Chaitanya On Sat, May 15, 2010 at 4:32 PM, lists-php < replies-lists-b3z1-php(a)listmail.innovate.net> wrote: > PHP is server-side, so the only way (strictly within php) to get a > second drop-down to change after a selection has been has been made > on a first drop-down is to submit the page (back to the server). You > can do what you're after with javascript/ajax, as you seem to > realize, but not in a php-only context. > > - Richard > > ------------ Original Message ------------ > > Date: Saturday, May 15, 2010 03:54:29 PM +0530 > > From: Chaitanya Yanamadala <dr.virus.india(a)gmail.com> > > To: php-db(a)lists.php.net, bang-phpug(a)yahoogroups.com > > Subject: [PHP-DB] form help > > > > hai > > i need to develop a form in which there are two drop down boxes. > > depending on the selection of the first drop down box the other > > box should be changed.. > > like that of ajax.. > > both the boxes get their options from the mysql database.. > > > > the code is available at > > > > > > http://pastebin.com/1cW10VHL > > > > > > > > the mysql database is here > > > > > > http://pastebin.com/5KrkRHku > > > > > > > > the code is named as employee.php if it is php extension then it > > is only showing till team option and the rest are not showing.. > > > > if i change the extension to html then it is showing all the > > values but my php code is nt working.. > > > > Regards > > Chaitanya > > ------------ End Original Message ------------ > > >
From: kranthi on 15 May 2010 09:36 view the source code of u r page... I guess you'll be surprised.. (provided you have display errors enabled) the only possible reason i can think of is.. your PHP code is throwing a fatal error..
From: Chaitanya Yanamadala on 17 May 2010 00:23 FYKI On Sat, May 15, 2010 at 7:10 PM, Chaitanya Yanamadala < dr.virus.india(a)gmail.com> wrote: > Hai > 10q dudes i found out wht went wrong, it is with d db class. > > > On 5/15/10, kranthi <kranthi117(a)gmail.com> wrote: > > view the source code of u r page... I guess you'll be surprised.. > > (provided you have display errors enabled) > > the only possible reason i can think of is.. your PHP code is throwing > > a fatal error.. > > > > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- > Sent from my mobile device > > Chaitanya > >
|
Pages: 1 Prev: Session start Next: Help with mysql data sorting using php |