djcritch Posted March 20, 2008 Share Posted March 20, 2008 Hi im trying to echo url from a form into php include on my page here is what ive come up with <?php include("echo $_SESSION['url']"); ?> all i get from this is an error can anyone expain how to do this? Link to comment https://forums.phpfreaks.com/topic/97074-how-can-i-echo-a-url-into-php-include/ Share on other sites More sharing options...
RMcLeod Posted March 20, 2008 Share Posted March 20, 2008 just drop echo include($_SESSION['url']); Link to comment https://forums.phpfreaks.com/topic/97074-how-can-i-echo-a-url-into-php-include/#findComment-496720 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.