limited to 200 chars? How to make it more ?
Posted: Sun Nov 27, 2005 8:19 pm
Hi
I tried to fix it in addlink.php
---------------------------------------------------------------
----------------------------------------------------------------------------------
Am I right ? But it doesn t work anyway
What else can I do ?
Thanks in advance

---------------------------------------------------------------
Code: Select all
if (empty($_REQUEST['description'])) {myerror("Please enter description of your site!");} else {$description=htmlspecialchars("$_REQUEST[description]");}
if(strlen($description)>200) {myerror("Description is too long! Description of your website is limited to 200 chars.");}
Am I right ? But it doesn t work anyway

Thanks in advance