Shadwise Posted July 24, 2007 Share Posted July 24, 2007 HI all i want to be able to make a reference to another page in php code.... example... echo "<tr><td ALIGN=CENTER>$Productid</td> <td ALIGN=CENTER><a href = description.php#$Description>$Description</td> <td ALIGN=CENTER>$prixdetail $</td> <td ALIGN=CENTER>$prixescompte $</td> <td ALIGN=CENTER>$Inventaire</td>"; i want to make reference if description is Like Gateway......move to my page Description.php#gateway..... i cant write gateway cause descripton can change all the time.....they can be toshiba or other name for a laptop... anyone know how to do that? Link to comment https://forums.phpfreaks.com/topic/61600-reference-to-another-page-using-in-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.