MySQL Forums
Forum List  »  PHP

Re: php-mysql help. Need to create a dynamic url based on the table value
Posted by: Barry Galbraith
Date: March 21, 2013 03:08PM

Does this help?
echo '<tr><td bgcolor="#75D169">';
echo "<a href=\"http://iplocation.truevue.org/{$row['ip_address']}.html\"> {$row['ip_address']}</a>";
echo '</td><td bgcolor="#75D169">';

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: php-mysql help. Need to create a dynamic url based on the table value
March 21, 2013 03:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.