Advice:
Try storing in the database only the necessary information.
Why would you store millions of '<a href=' ...etc... ?
Store just the address and construct the link in your code.
Try this:
echo '<a href='$your_address'>$your_address</a>'
;
On Aug 21, 3:38 pm, mbarbs <mbarbs.m... gmail.com> wrote:
> I have a html link in a mysql database field that is
getting queried
> using PHP. My problem is when the page is rendered, the
link displays
> the html not an actual clickable link. Any help would
be greatly
> appreciated.
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
This group is managed and maintained by the development
staff at 360 PSG. An enterprise application development
company utilizing open-source technologies for todays
small-to-medium size businesses.
For information or project assistance please visit :
http://www.360psg.com
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|