[PHP] Re: multiple forms one page

2012-08-30 Thread Rosie Williams
Hi all, I'd like to thank Adam, Ted Tamara for their welcome and help. I'm working on getting my site presentable (and secure!) so that I can post the code url more publicly for my future questions. regardsRosie

[PHP] multiple forms one page

2012-08-26 Thread Rosie Williams
Hi all, I am a newbie to PHP. I have several php forms which were originally on separate pages now included in the one page. Each form had the following code in it: function mysql_fix_string($string){ if (get_magic_quotes_gpc()) $string = stripslashes($string);return