crawlerbasher
Silver Level Poster
Since Final Fantasy XI is down for 1/2 the day for mataince I've decided to get of my lazy ass and work on my site that I've been neglecting.
Decided to start from scratch.
http://www.crawlerbasher.net/
Also anyone here good with PHP?
for some resion this is not working
The problem is it seems to ignore the blank verable and pass it though as if there is something in the verable.
And why not add a web designing and coding section to the other topics of the forum
Decided to start from scratch.
http://www.crawlerbasher.net/
Also anyone here good with PHP?
for some resion this is not working
Code:
<?php
if ($name == "" && $subject == "" && $comment == "" && $ip == "") {
echo "I'm sorry but the name subject and comment feild are empty.\n <br /> Or we are unable to verify your IP Address.";
} else {
# Some random element
}
?>
The problem is it seems to ignore the blank verable and pass it though as if there is something in the verable.
And why not add a web designing and coding section to the other topics of the forum