Jump to content

Using to indicate 5-10 charaters


frank_solo

Recommended Posts

I would like to know how I can use the code below to indicate only a range of 5 to 10 characters.

 

else if(strlen($_POST["username"]) 5,10){
	echo "<p> </p><p> </p><p> </p><br />Please go back, USERNAME is too short! MUST BE BETWEEN 5 to 10 characters.<p> </p><p> </p><a href='javascript:javascript:history.go(-1)'>Click here to go back to previous page</a>";

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/259227-using-to-indicate-5-10-charaters/
Share on other sites

  Quote

Your code is not the same as l0gic's. Yours may look like it works but it does not.

 

Wow, I think it's time to go to bed. It took me way too long to figure out what was different, haha.

 

For the record: you omitted the second strlen.

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.