[PHP] htmlspecialchars Problem

2001-02-01 Thread Karl J. Stubsjoen
When I perform thi function: $new = htmlspecialchars("a href='test'Test/a", ENT_QUOTES); I get the following error: Warning: Wrong parameter count for htmlspecialchars() in utility/HTMLFormObjects1-1.php on line 135 Anyone know why? -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] htmlspecialchars Problem

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 05:58, Karl J. Stubsjoen wrote: When I perform thi function: $new = htmlspecialchars("a href='test'Test/a", ENT_QUOTES); I get the following error: Warning: Wrong parameter count for htmlspecialchars() in utility/HTMLFormObjects1-1.php on line 135 Anyone know why?