![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: %27 and ' - urlencode
From: Jamie Davison <jamie@dontspam.no>
Date: Fri Sep 09 2005 - 20:04:05 CEST
Not sure if you necessarily want to urlencode/decode here. All you really
$data = stripslashes($_POST['field']);
On 9/9/05 6:21 AM, in article 432161fd$1@news1.homechoice.co.uk, "elyob"
> Quite a lot of my data has apostrophes in. I'm passing the data using $_POST
|