Log in

View Full Version : Testing [php] code


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!";

Gary King
03-29-2003, 11:07 PM
Testing [sql] code:

CREATE DATABASE new_database