import doesnt work
Posted: Mon Jul 06, 2009 4:32 pm
I have a php script imported into some html code.
the script works fine by itself, yet when imported into the html part. it stops working.
I am including it like this:
anything wrong with this?
the script works fine by itself, yet when imported into the html part. it stops working.
I am including it like this:
Code: Select all
<?php
include "../../../cgi/php/80days/getAutoLogin.php";
?>anything wrong with this?