| | |
two commbox problem
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved
![]() |
hi all,
i made two commbox in my page cropcat,subcat.my coding is below.when i select a item form cropcat related subcat fetch from database mysql and displayed.but my problem here is that when i select item form cropcat page refresh and selected value not display in cropcat ?please help me
i made two commbox in my page cropcat,subcat.my coding is below.when i select a item form cropcat related subcat fetch from database mysql and displayed.but my problem here is that when i select item form cropcat page refresh and selected value not display in cropcat ?please help me
PHP Syntax (Toggle Plain Text)
<form name="form1" id="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']?>"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="18%"> </td> <td width="71%"> </td> <td width="5%"> </td> <td width="6%"> </td> </tr> <tr> <td><select name="cropcat" id="cropcat" onchange=oneG()> <option value="0">Select Crop...</option> <option value="OffSeasonVEG">OffSeasonVEG</option> <option value="MedicinalPlants">MedicinalPlants</option> <option value="Floriculture">Floriculture</option> <option value="Pulses">Pulses</option> </select></td> <td><span class="style121"> <?php // echo "Connected MySql"; $cc=$_POST['cropcat']; //echo "ccc".$cc; $res1 = mysql_query("SELECT subcat FROM crop_detail where cropcat='$cc'") or die("Invalid query: " . mysql_query()); //echo ".mysql_query()"; echo '<select id="gp" name="gp" onchange=oneG()>'; echo '<option value="">select...</option>'; while ($row1= mysql_fetch_array($res1)) { $g = $row1['subcat']; echo "<option value='$g'>$g</option>"; } echo '</select>'; ?> </span></td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> </form> .................. <script language="javascript"> function oneG() { document.form1.submit(); } </script>
Last edited by peter_budo; Nov 5th, 2008 at 9:00 pm. Reason: Correcting code tags, please use [code] not <code>
![]() |
Other Threads in the PHP Forum
- Previous Thread: PHP Form Validation ???
- Next Thread: How to make website submitter??
| Thread Tools | Search this Thread |
apache api array basic beginner binary body broken cakephp class cms code computing confirm cron curl customizableitems database date date/time delete display dynamic echo email error file files filter folder form forms forum function functions gc_maxlifetime global google headmethod href htaccess html iframe image include ip javascript joomla limit link list login malfunction memmory memory menu mlm msqli_multi_query multiple mycodeisbad mysql navigation oop parameter parsing paypal pdf php play query question random recourse recursion regex root script search seo server sessions snippet source space sql static system table thesishelp trouble tutorial update upload url variable video web webdesign xml youtube





