Jump to content

MYSQL and PHP Trouble


Njas87

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.