Hi,
I'm pretty new to php and have a grasp on most of the basics but can't seem to figure out what should be simple...! Let's say I have a database with Name, Gender, Location. How do I create links like "View All Males | View All Females"? I know part of the code is:But I'd like links to pull them up.PHP Code:$result = mysql_query("SELECT * FROM mytable WHERE gender='Male'",$db);
Thanks.






Bookmarks