Re: Can't insert data from Apache/PHP

2003-06-11 Thread Becoming Digital
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'

Re: Can't insert data from Apache/PHP

2003-06-11 Thread Curtis Maurand
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

RE: Can't insert data from Apache/PHP

2003-06-11 Thread Jay Blanchard
[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

Re: Can't insert data from Apache/PHP

2003-06-10 Thread CM Miller
>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

Re: Can't insert data from Apache/PHP

2003-06-08 Thread ComCity
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

Re: Can't insert data from Apache/PHP

2003-06-08 Thread Becoming Digital
[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

Re: Can't insert data from Apache/PHP

2003-06-07 Thread ComCity
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

Re: Can't insert data from Apache/PHP

2003-06-07 Thread Becoming Digital
9 Subject: More: Can't insert data from Apache/PHP It looks like I can insert data through phpMyadmin without issue. The only place I can't insert data is through PHP running via the web server. To: <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 5:03 PM Subject: Can't

More: Can't insert data from Apache/PHP

2003-06-07 Thread ComCity
It looks like I can insert data through phpMyadmin without issue. The only place I can't insert data is through PHP running via the web server. To: <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 5:03 PM Subject: Can't insert data from Apache/PHP > I've had to re

Can't insert data from Apache/PHP

2003-06-07 Thread ComCity
I've had to reinstall Linux/Apache and mySQL. The databases are restored, the data looks to be there, the permissions look to be there. However, I can't seem "INSERT" data into the tablesits the only thing I can't do...and I don't see a problem with the permissions. Don't get any errors on t