Forum Moderators: coopster
Im so stumped, i can not figure this out. I have tried everything from permissions to browsers. Could someone please help. I have also tried php version 4 & 5, both have problems. :(
I edited the view_job page to have a static record of say view_job?id=60, and it worked? but it doesnt work when linking off a main page.. PLZ HELP!
in your script do you use $_GET['id'] at some point or do you just reference $id?
So my code on the view_job.php page to extract the id is:
$query ="SELECT * FROM jobs WHERE job_id='$id'";
And the code on the list_jobs.php page is:
<a href="view_job.php?id=<?php echo $job_id;?>"><img src="view.jpg" alt="View Job" width="12" height="16" border="0" /></a>
eelix