Jump to content

hyperlink in an echo


mrt003003

Recommended Posts

Hi there, im trying to echo a hyperlink and parse a url parameter. Its not quite working as iam getting T-string error. If someone with fresh eyes could quickly glance for me that would be ace.

 

<?php if ($row_ship['PlayerName'] == '$_SESSION['MM_Username']'){ 		
echo '<a href="ship_edit.php?recordID='.$row_Ship['ShipID'].'">Edit</a>';} ?>

 

Thank You :)

Link to comment
https://forums.phpfreaks.com/topic/234388-hyperlink-in-an-echo/
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.