how can i echo a url into php include ? ?
Posted: Thu Mar 20, 2008 8:32 am
Hi im trying to echo url from a form into php include on my page
here is what ive come up with
all i get from this is an error can anyone expain how to do this?
here is what ive come up with
Code: Select all
<?php
include("echo $_SESSION['url']");
?>