Jump to content

PHP link problem


c_pattle

Recommended Posts

I'm having a problem with make my links work.  I have a link saved in a session variable but when I print it to the screen it doesn't seem to work.  What happens is instead of  the link taking you to "www.google.com" it will but the currently directory first so for example if would be "www.example.com/folder/www.google.com". 

 

I have checked the page source and it appears to be fine so I'm not sure what's happening.  I've copied my code below. 

 

echo("<h3 class=\"left\"><a href=\"" . $_SESSION['submit_content_link'] . "\" class=\"linker\" title=\"1\" target=\"_blank\">" . $_SESSION['submit_content_title'] . "</a></h3>");

 

Thanks for any help. 

Link to comment
https://forums.phpfreaks.com/topic/225398-php-link-problem/
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.