02-22-2008, 12:33 AM
|
#9 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
Quote:
Originally Posted by Gareth
Hey Sock, do you have an IM? It works fine on localhost, but when I upload it to a shared hosting it comes up with the following error:
|
So you're running PHP 5 and your host is using PHP 4. You need to be aware of these things before you start coding!!
Use this script on both your localhost server and your host's server:
PHP Code:
<?php phpinfo();?>
Absolutely imperative you go in knowing what version and functionality the target host has!!
__________________
I reject your reality, and substitute my own.
|
|
|
|