Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~217 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for azegurb

hi all, I have a problem getting value from select option my code is below [CODE] <form name="secmek" action="add.php" method="post"> <select name="list" id="list"> <? @$db=mysql_connect('localhost','uname','pass'); mysql_select_db('dbname'); $sorgucat=mysql_query("select * from category"); while($satircat=mysql_fetch_row($sorgucat)) { echo "<option value='$satircat[0]'>$satircat[1]</option>"; } ?> </select> <input type="submit" value="poz" name="del"> </form> [/CODE] and this is my category table …

Member Avatar for HITMANOF44th
0
129
Member Avatar for SOlaNkI ThakUr

i just want to display images ( that are stored into database )in a dynamically create table which has dynamically row & 4 columns in php like this:- image1|image2|image3|image4 image5|image6|image7|image8 image9|image10 etc. if a new image i upload in the database than it should come in third row third column …

Member Avatar for Froger93
0
88