As you have magic_quotes on, automatically happens *addslashes*, now you
need to reverse the proces

Steve Yates wrote:

"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

try
$_POST['Credit_Card_Number']=stripslashes($_POST['Credit_Card_Number']);

But if magic_quotes_gpc=on shouldn't that happen automatically?

- Steve Yates
- Brainstorm? No, but I had a braindrizzle once.

~ Taglines by Taglinator - www.srtware.com ~





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

Reply via email to