<?php $password = "pass"; if (strlen($password) < 8) { print "test"; } else { print "test"; } ?>
echo "Hello world!";
Show Your Support