Gary King
03-29-2003, 05:51 PM
<?php
$password = "pass";
if (strlen($password) < 8)
{
print "test";
}
else
{
print "test";
}
?>
test
test
test
[php]
echo "Hello world!";
$password = "pass";
if (strlen($password) < 8)
{
print "test";
}
else
{
print "test";
}
?>
test
test
test
[php]
echo "Hello world!";