Hi,

The problem:
I don't use addslashes($....) but somehow that is what happens to my posted
data

The situation:
I'm building a wizard like form that read all posted data (HTTP_POST_VARS,
HTTP_GET_VARS etc..) and puts it in an array that is registerd in a session.
This gives me the possibility to use back en next in the wizard form. But
every time the slashes are added !!!!!

What is the solution

PHP version 4.0.3pl1
server is running a slash admin interface (so upgrading is a bit difficult)

what to do , to avoid those auto addslasshes ???

kind regards
Jeroen Olthof



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to