How to return HTTP 500 error code programmatically
Posted: Sat Nov 28, 2009 5:20 pm
I'm using php to access MySQL DB. When there is an DB error, I want my php code returns a HTTP 500
Internal Error code back to the Flex client. The HTTP error codes would trigger the Flex FaultEvent. How can
I send the HTTP error code to the client?
Internal Error code back to the Flex client. The HTTP error codes would trigger the Flex FaultEvent. How can
I send the HTTP error code to the client?