thank you, i ive done what you suggested with the table creation.
regarding the login: on my home test server it worked fine, but on my other server i to am getting the same problem, but mine displays an error
Code:
Warning: Cannot modify header information - headers already sent by (output started at
/home/extreme/public_html/stats/toplist/config.php:2)
in /home/extreme/public_html/stats/toplist/admin/index.php on line 42
which is probabley due to me echoing something before the session starts or something.
Lastly, when i enter the PID on my web server it takes a real long time also. When i was building the script i tested it on my webserver and it didnt work, but i figured that was because my ip may have been banned from novaworld.com because i may have caused a large load on the server. If you could, try this and tell me the result:
PHP Code:
<?php
$url = "http://www.novaworld.com";
$content = file_get_contents($url);
echo $content;
?>
it works on my home server, but not my other webhosting server.