No need to bang-bang your head.
If you have set any CSS properties to <SELECT> tag -- JUST REMOVE IT.
KEEP id and name identifiers.
Happy jQuery!Mobile....
PHP, MySQL, Joomla, Wordpress and other CMSes as well as CSS, jScript, jQuery related tested & trusted references links will be posted here for every PHP enthusiasts references. Enjoy
Search This Blog
Showing posts with label list. Show all posts
Showing posts with label list. Show all posts
Wednesday, February 26, 2014
Saturday, October 20, 2012
PHP Checkbox values to ARRAY and to UL LI list
I've been trying lately to store selected checkbox values to an Array and show them in UL and LI lists.
Here is how???
if(isset($_POST["csubmit"])){ print_r($_POST['fleet']); $arr = $_POST['fleet']; echo '
- ';
foreach($arr as $key => $value):
echo '
- ' . ucwords($value) . ' '; endforeach; echo '
Subscribe to:
Posts (Atom)