Use code tags.
Shouldn't
<a href="action.php?id='.$num.'">Text to be displayed</a>
be
<a href="action.php?id=<?php echo $num; ?> ">Text to be displayed</a>
?
I ask because you appear to be concatenating $num outside of a PHP block.
Last edited by scru; Nov 23rd, 2008 at 10:19 am.
Reputation Points: 975
Solved Threads: 140
Posting Virtuoso
Offline 1,624 posts
since Feb 2007