Njas87 Posted June 28, 2010 Share Posted June 28, 2010 Hi I'm building a website for a client and they need a jobs section (all this is done via a mysql database and php), I have a jobs page which lists all the current job roles that are available from there I want the viewer to be able to click on a link and see the job description for the job role on a next page. I've tried everything and nothing seems to work HELP! Link to comment https://forums.phpfreaks.com/topic/206053-mysql-and-php-trouble/ Share on other sites More sharing options...
kickstart Posted June 28, 2010 Share Posted June 28, 2010 Hi Each job will need to be a link, and pass through something that identifies the job. Say you have an integer job id to identify it, have each link as:- <a href="JobDetails.php?jobid=1">View Details</a> where the 1 is replaced by the job id. All the best Keith Link to comment https://forums.phpfreaks.com/topic/206053-mysql-and-php-trouble/#findComment-1078273 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.