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?? 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 !!! 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 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']; 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']; Link to comment https://forums.phpfreaks.com/topic/73176-solved-why-poor-me/#findComment-369156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.