MysticFallout
Technical User
in perl you can use
is there anything like this in PHP? to give a bit more information on an error than just doing like so?
Code:
die("Blah: $!");
is there anything like this in PHP? to give a bit more information on an error than just doing like so?
Code:
die("Couldnt do something");