Jump to content

Reference to Another page using <a href> in php


Shadwise

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.