Forum Moderators: coopster
I have this page as a test
<?php
include("functions.php");
if (connect()) {
print "it worked";
}
else {
print "try again";
}
?>
the function is created properly but the output is try again.
very easy no doubt but I have never tried this.
Thanks before hand.
Cheers