|
How to show url in html where current state is:
print "$row[headline]";, but i'd like to show url instead of text. It should be like that:
print "<a rel="nofollow" href=\"http://$row[url_in_mysql_table]"\>$row[headline]</a>"; but it should occur only if there is any address inserted into mysql table, otherwise it should show only the headline.
Thanks in advance...
|