RE: [PHP] magic quotes

2007-08-08 Thread k3cheese
Thanks, Met javascript not ajax. I had AJAX on the brain do to a project I'm working on. So I'm assuming there is a library of functions to use with the .htaccess file? Cause it looks like you can use UNIX and PHP to edit this file? Kevon K. Hayes 815-980-3435 RFD, IL -Original

RE: [PHP] magic quotes

2007-08-08 Thread k3cheese
Cool, That's very informative. You guys ROCK! -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 5:16 PM To: k3cheese Cc: [EMAIL PROTECTED]; php-general@lists.php.net Subject: Re: [PHP] magic quotes k3cheese wrote: Thanks, Met javascript

RE: [PHP] magic quotes

2007-08-08 Thread k3cheese
: Wednesday, August 08, 2007 11:49 PM To: k3cheese Cc: php-general@lists.php.net Subject: RE: [PHP] magic quotes .htaccess is only meaningful for Apache. JavaScript is equally useless to Ajax for working around Magic Quotes. On Wed, August 8, 2007 7:55 am, k3cheese wrote: Thanks, Met javascript

RE: [PHP] magic quotes

2007-08-08 Thread k3cheese
I have an example, how using js can instantly remove chars you type. If I don't want quotes in the form fields the code in loop removes them. What's your take on this? -Original Message- From: k3cheese [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 11:59 PM To: '[EMAIL

RE: [PHP] magic quotes

2007-08-08 Thread k3cheese
. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 12:29 AM To: k3cheese Cc: php-general@lists.php.net Subject: RE: [PHP] magic quotes On Thu, August 9, 2007 12:01 am, k3cheese wrote: I have an example, how using js can instantly remove chars you

RE: [PHP] magic quotes

2007-08-09 Thread k3cheese
It did work I was expecting a physical change in the form display as the form field values are set to stripslashes values. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 12:20 AM To: k3cheese Cc: php-general@lists.php.net Subject: RE