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
~115 People Reached
About Me

Obtaining Associates Degree in Web Design

Interests
Gaming, web design
PC Specs
MacBookPro
Favorite Forums
Favorite Tags
php x 6
Member Avatar for nuttyspice

Hi all, I have looked everywhere (obviously) to find the snipet of code required to show results from a dropdown list. I just need something simple that works. Here is my code so far: <?php $sql="SELECT * FROM licensing ORDER BY id DESC"; $result=mysql_query($sql); $options=""; while ($row=mysql_fetch_array($result)) { $id=$row["id"]; $url=$row["l_url"]; …

Member Avatar for EvolutionFallen
0
115