Jump to content

Length of a Word


JackJack

Recommended Posts

How can i check how long a word is???

My code is

[code]}elseif(empty($_POST['username']) <= 3)
{
  echo '
    <font color="#FF0000" size="2" face="Verdana, Arial, Helvetica, sans-serif">
         • Invalid username: must be between 3 - 15 characters
    </font>';
  $show_form = 1;
}[/code]

But its defently wrong [img src=\"style_emoticons/[#EMO_DIR#]/laugh.gif\" style=\"vertical-align:middle\" emoid=\":laugh:\" border=\"0\" alt=\"laugh.gif\" /]

Ty
Link to comment
https://forums.phpfreaks.com/topic/9704-length-of-a-word/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.