Re: [PHP] self processing forms

2002-06-10 Thread Analysis & Solutions
Bill: On Mon, Jun 10, 2002 at 04:16:48PM -0600, Bill Hudspeth wrote: > I am using the O'Reilly "Programming PHP" manual, and have copied the code > from Example 7.3, p. 166. You didn't copy it correctly. See below. > I have the magic_quotes_gpc set to ON in php.ini > (though toggling between

Re: [PHP] self processing forms

2002-06-10 Thread Jason Soza
Are you restarting Apache (or whatever webserver you're using) between edits to php.ini? I assume since you also posted this to php-win that you're using Win32. This would be my first step if you haven't done so already. I got corrected on this before, saying that you -don't- have to restart