Jump to content

Making mysql query result a link ?


jobs1109

Recommended Posts

Hi Everyone.

 

I get the following data from a result from database search

 

<?php echo $rsjobs['CompanyURL'];?>  It prints out the url but when I try to turn it into a clickable link it does not work

 

Here is the coding I have so far.

 

 

<a href="<?php echo $rsjobs['CompanyURL'];?>"><?php echo $rsjobs['CompanyURL'];?></a>

 

 

What am I doing wrong ? please help.

Link to comment
https://forums.phpfreaks.com/topic/245291-making-mysql-query-result-a-link/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.