Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

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!

share|improve this question

closed as off topic by Eight Days of Malaise, phwd Sep 6 '12 at 4:53

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

If you have your own domain name, 000webhost, otherwise, Heroku began hosting PHP (here's a brief walkthrough for Heroku's PHP option since they don't document it well themselves).

I've used both and have no complaints about either.

share|improve this answer
Is there any simpler? I see that Heroku requires you to download its "Toolbelt". Are there any sites where I can create an account, upload my PHP file, and be able to publicly query it—quickly like that? i'm not looking for a full-blown webhost. – Anthony Newman Sep 6 '12 at 3:51
1  
@AnthonyNewman Just use, 000webhost, you don't need to use the other features of it. – Fogest Sep 6 '12 at 3:54
Ah, I see now. 000webhost is so much easier than the other services I've tried. Easily found the upload screen. Thanks folks! – Anthony Newman Sep 6 '12 at 4:01

Not the answer you're looking for? Browse other questions tagged or ask your own question.