php hyperlink doubt

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nitsmooth
Forum Newbie
Posts: 13
Joined: Thu May 22, 2008 6:50 am

php hyperlink doubt

Post by nitsmooth »

this hyperlink of mine is not working smhow...plz help
the hyperlink is even not getting diplayed when i run the code in the browser

<td><a href="student_view_paging.php?start=<?php echo $back;?>">Previous</a></div></td>
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: php hyperlink doubt

Post by yacahuma »

what is back value?
Post Reply