this, in my opinion.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "CM Miller" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, 11 June, 2003 08:04
Subject: RE: Can'
On Tuesday 10 June 2003 22:49, CM Miller wrote:
>
> globals >back to ON.
>
> Sorry, but I am a bit behind on MySQL digest, but
> isn't turning Register Globals 'on' for php a security
> risk?
Yes. He needs to take a look at the documentation on the PHP website. I also
sent instructions on how t
[snip]
Sorry, but I am a bit behind on MySQL digest, but
isn't turning Register Globals 'on' for php a security
risk?
[/snip]
We recently had this discussion on the PHP-General list and the upshot
is that having register_globals 'on' is only a security risk if the code
is sloppy. PHP allows this
>I started troubleshooting the code and discovered the
>problem was the
>new
>register globals which is defaulted to off in PHP
4.22. >The PHP
>wasn't
>holding session and wasn't inserting the records into
>the mySQL
>database.
>I got it working now by switching the register
globals >back to
er globals back to ON.
- Original Message -
From: "Becoming Digital" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 08, 2003 1:35 AM
Subject: Re: Can't insert data from Apache/PHP
> So the next step would be to provide us with the
[EMAIL PROTECTED]>
Sent: Sunday, 08 June, 2003 01:55
Subject: Re: Can't insert data from Apache/PHP
Yep...figured that out.
Thank You
- Original Message -
From: "Becoming Digital" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 07, 2003 6:48 PM
Yep...figured that out.
Thank You
- Original Message -
From: "Becoming Digital" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 07, 2003 6:48 PM
Subject: Re: Can't insert data from Apache/PHP
> That points to a fault in your coding becau
That points to a fault in your coding because phpMyAdmin *is* PHP running via
the web server.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "ComCity" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, 07 June, 2003 21:09
Subject: More: Can't i