Jump to content

Convert text to link which retrieve from database


jgkgopi

Recommended Posts

<?php echo 
  $row_Recordset1['name']; 
  	   ?>

 

i want to convert the name in to like

 

<a href=main.php?name= $row_Recordset1['name']  >>

 

in databse i has 3 name

Steve

Mark

Lisa

 

i want that names into link like main.php?name=mark and so on

how to do it

help me

h

 

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.