nesurfer87
06-19-2007, 02:39 AM
basic question: if I have the following two variables, how can I make the variable $url = "http://www.example.com/directory"
$baseURL = "http://www.example.com";
$directory = "/directory"
thanks!
$baseURL = "http://www.example.com";
$directory = "/directory"
thanks!