/ Published in: PHP
This snippet uses isset() instead strlen() to verify a PHP variable (in this example $username) is set and is at least six characters long.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // Do something... } ?>