if the die is a language construct as the manual says, why the code stop when I take the parentheses off
die 'Something wrong!' // this doesn't work
die ('Something wrong') // only works in this way
BTW
I use the Espresso editor in Mac for coding php, if there any way to get the error from the php ?
Thanks?