Re: [PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Steve Douville
t;[EMAIL PROTECTED]> To: "Gryffyn, Trevor" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, May 13, 2004 12:38 AM Subject: Re: [PHP-WIN] I've found the cause of the error but I cant fix it. > I understands you well but the problem is a week ago with a OS Win98

RE: [PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Gryffyn, Trevor
and I'll send you those files. > > Thxs for helping me!!! > > Alex > - Original Message - > From: "Gryffyn, Trevor" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "Alejandro César Garrammone" <[EMAIL PROTECTED]> > Sent: Thur

Re: [PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Alejandro César Garrammone
TED]> Sent: Thursday, May 13, 2004 1:18 PM Subject: RE: [PHP-WIN] I've found the cause of the error but I cant fix it. If you're used to running on a system with register_globals turned ON then you might run into a snag with something like this since the GET and POST values aren't

RE: [PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Gryffyn, Trevor
If you're used to running on a system with register_globals turned ON then you might run into a snag with something like this since the GET and POST values aren't automatically assigned to the variables you're trying to echo. You need to do: $variablename = $_GET["variablename"]; Or... $varia

RE: [PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Gerardo Rojas
If you provide a bit of your source code. It would be quicker to determine the problem. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Alejandro César Garrammone [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 10:48 PM To: [EMAIL PROTECTED] Subject: [PHP