Posted: Mon Jan 25, 1999 11:19 am Post subject: How to show url instead of text?
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 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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum