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?
Moderator: General Moderators
Code: Select all
<?php
include "../../../cgi/php/80days/getAutoLogin.php";
?>