Hi,
I have a web page with the following code:
$page_id = 2;
include(" $_SERVER['SERVER_NAME']. "/comments/comments_form.php");
I need the included file, comments_form.php, to be able to use the $page_id variable but it doesn't seem to be able to for some reason.
Thanks!
Ben
I have a web page with the following code:
$page_id = 2;
include(" $_SERVER['SERVER_NAME']. "/comments/comments_form.php");
I need the included file, comments_form.php, to be able to use the $page_id variable but it doesn't seem to be able to for some reason.
Thanks!
Ben