Hi,
I am having problems with the passing of a variable to the next page. I want to pass the $title so that I can use it in the changejob.php page.
The following is my code:-
<td> <a href="changejob.php?id = "<?php $title; ?>""><?php echo $title; ?></td>
Please help me. Thanks.