I have created a simple a php script I do not understand what could be wrong with it. I believe it should echo "Died!" because the die function is executed right
if (die()){
echo "Died!";
}
Please help, thanks. (I'm currently using php 4.3.9 and apache)