angelsRock Posted October 14, 2007 Share Posted October 14, 2007 echo"<td align=center><a href='post-freereview.php'>".$row[premPropertyID]."</a></td>"; why no result display wooo?? Quote Link to comment https://forums.phpfreaks.com/topic/73176-solved-why-poor-me/ Share on other sites More sharing options...
jd2007 Posted October 14, 2007 Share Posted October 14, 2007 post the full code !!! Quote Link to comment https://forums.phpfreaks.com/topic/73176-solved-why-poor-me/#findComment-369132 Share on other sites More sharing options...
angelsRock Posted October 14, 2007 Author Share Posted October 14, 2007 ohh .. haha.. din complete.. if i were to use this echo"<td align=center><a href='post-freereview.php?id=$row2[basic_propertyID]'> <font color='#3300CC'>".$row2[basic_propertyID]."</font></a></td>"; how do i get the value passed in 'post-freereview.php'? in asp i used id= request.querystring("id") in php?? thanks Quote Link to comment https://forums.phpfreaks.com/topic/73176-solved-why-poor-me/#findComment-369134 Share on other sites More sharing options...
~n[EO]n~ Posted October 14, 2007 Share Posted October 14, 2007 $id=$_REQUEST['id']; Quote Link to comment https://forums.phpfreaks.com/topic/73176-solved-why-poor-me/#findComment-369136 Share on other sites More sharing options...
trq Posted October 14, 2007 Share Posted October 14, 2007 That really should be.... $id = $_GET['id']; Quote Link to comment https://forums.phpfreaks.com/topic/73176-solved-why-poor-me/#findComment-369156 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.