
---------------------------------------------------------------
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