Jump to content

artur.kaze

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by artur.kaze

  1. $userRegEx = '/^[a-zA-Z0-9\_\-]{5,26}$/'; $passRegEx = '/^.*(?=.{7,20})(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).*$/'; I did not tested here, but i'm almost sure that it gonna work.
  2. Please post your HTML code and PHP code.
  3. Hello people. I'm Artur Luiz another PHP Developer.
  4. mysql and mysqli are just extensions in php. You can see loaded extensions creating a file with this on it: <?php phpinfo(); ?>
×
×
  • 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.