that is if you know what you are doing. I'm trying to figure out php and need help... again.
I want to have an include statement where the $url is pulled from the following
$url = "http://www.domain.com";
following is the code I am trying to use, but it's not working, where is the comma, semi c, or whatever I am missing. have been working on this for about 20 minutes and figure someone who knows what they are doing can let me know in about 2 seconds...
<?php include('echo "$url" /review/header.php'); ?>
thanks in advance.
chris