Author |
Message |
celsojr100
Joined: 09 Nov 2009
Posts: 1
|
Posted:
Thu Nov 12, 2009 3:55 pm |
  |
I need to remove the HTML tags of feed. An idea?
I created a function to remove the tags, but i don't know where I put the function name.
An example:
Code: |
$_POST["ItemDescription"] = "ItemDescription";
if (isset($config["ItemDescription"])) {
$config["ItemDescription"] = cleaninput($_POST["ItemDescription"]);
}
|
But this function is not removing the tags… :(
Is it right?
Ah, sorry for my BAD ENGLISH, I'm from Brazil. :D |
|
|
 |
 |
|
| |