Check out :
http://www.php.net/manual/en/function.strip-tags.php
So :
$input = 'name';
$input = strip_tags($input);
echo $input; // name
Regards,
Philip Olson
http://www.cornado.com/
On Thu, 22 Mar 2001, Brian Rosenkrantz wrote:
> I'm new to php (and from Denmark:-) and I'
You can use the strip_tags function to remove HTML tags from the user
inputted data
e.g. $name = strip_tags($name)
-Stewart
-Original Message-
From: Brian Rosenkrantz [mailto:[EMAIL PROTECTED]]
Sent: 22 March 2001 15:50
To: [EMAIL PROTECTED]
Subject: [PHP] Unwanted signs!
I'm new to ph
2 matches
Mail list logo