Author |
Message |
Topic: phpAdsNew - can't login |
nolko
Replies: 5
Views: 9577
|
|
i believe that the problem you have encountered is something to do with the version of php you are using.
what php version are you using anyway?
Version 5.0.4.
As of PHP 5.0.0, the long PHP prede ... |
Topic: phpAdsNew - can't login |
nolko
Replies: 5
Views: 9577
|
|
Are you able to use $HTTP_COOKIE_VARS at all?
Using this code ...
<?php
print_r($HTTP_COOKIE_VARS);
echo "-";
print_r($_COOKIE);
?>
... I found out only $_COOKIE can be used to access the ... |
Topic: phpAdsNew - can't login |
nolko
Replies: 5
Views: 9577
|
|
We've encountered login troubles with [URL=http://phpadsnew.com/]phpAdsNew. Every time I try to log in, the login form reappears, while it used to work flawlessly under Apache.
phpAdsNew makes use ... |
|