![]() |
problem in select box on change - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: problem in select box on change (/showthread.php?tid=41069) |
problem in select box on change - El Forum - 04-27-2011 [eluser]Bigil Michael[/eluser] my table Quote:id package_name validity price i used select box to select the values it is working well my requirement is when i change the package name it will show corrosponding price in my view page ie if i select 6 months in the select box price = 500 will be printed near the select box. i think u got my requirement..... i want to know is it possible to do using php??? or i have to use javascript ??? please any one reply thanks in advance. problem in select box on change - El Forum - 04-27-2011 [eluser]toopay[/eluser] Use javascript. problem in select box on change - El Forum - 04-27-2011 [eluser]Bigil Michael[/eluser] thanks |