"Robby Russell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Mon, 2004-08-09 at 20:45, Sukanto Kho wrote:
> > Hi all,
> >
> > My php files run well in my local PC
> > but some of PHP and mysql script just getting error when running in
webhosting server.
> >
> > I found out that
On Mon, 2004-08-09 at 20:45, Sukanto Kho wrote:
> Hi all,
>
> My php files run well in my local PC
> but some of PHP and mysql script just getting error when running in webhosting
> server.
>
> I found out that the problem is in the way webhosting server handling global
> variable.
> for exam
Hi all,
My php files run well in my local PC
but some of PHP and mysql script just getting error when running in webhosting server.
I found out that the problem is in the way webhosting server handling global variable.
for example :
In my local PC : $_GET['var'] is different with $var