I've done a few sites with PHP and love it.
Now I am trying to get it some attention at the office and some questions have come up that I cannot answer:
How does PHP handle exceptions? If a COM object throws an exception, how is this handled by my php script or class.
Can I throw an exception from PHP?
Is there a construct like try - catch() in PHP?
I understand Session vars pretty well, are there such a things as global (system wide ) vars?
Thanks for any insite into these areas..