Hi alls,
I’m new in php.
I’m building a small Flex app that uses HttpRequest to ask for data from a php page which is located in webserver.
This process has these steps:
- Flex’s app sends HttpRequest asking for data to a php page : done
- php page (located in webserver) receives request and retrieve data from mySQL db : done
- php page response data … : stuck
Can anyone help me with the “response for a HttpRequest” in php? can we get the request 's url from $_REQUEST?
Any help would be appriciated.
Best regards,
MNS