printing links

Posted on 16th Feb 2014 by admin

Hi every1

i am connecting to a table in sql and the looping through with a while ($ var = my sql fetch array)

the question i have is that when i print_r($var)

i get the associative array of all elements from what i selected. i need to print a certain column, $row['columnName'] as links that link to a php page named myPHP.php

i no i need to use echo "a href = "......"

but i just cant get this to work

can someone post some example code that i can use to link my links

Other forums