Free online PHP hosting [closed]
- by Anthony Newman
Possible Duplicate:
How to find web hosting that meets my requirements?
I have a PHP script that can take $_GET parameters from a URL (i.e. http://www.example.com/test.php?name=george). I'd like to be able to host this script online so that others can pass parameters to it to obtain the returned data. Anyone know of a free PHP hosting site that would allow for his functionality?
(PS: I can't host it myself)
Thanks!