php with I4Host

Miscellaneous Forums/General Discussion/php with I4Host

Hello.

I've decided to take the plunge with php/mysql combo and selected i4host as the (free) host to use - seems to have some very comprehensive tools to use.

Trouble is, while I think I'll have no problem with programming in php I'm bu99ered if I can figure out how/where to create even my first 'hello world' program.

Does anyone have any experience with these hosts? Any suggestions - their documentation for newbies is a little poor and the forums not well populated.

Thanks.

Goodbye.

Jes

If they run their cPanel like everyone else, you need do nothing other than save your php script as a .php file (not .htm).

Your first php script should be:

<?php phpinfo();?>


Hello.

Yeah, figured it. That script was the very same one that I created first time but for some reason, no joy.

I'm all happy now though and can start my theatre web site thingy.

Thanks for the response.

Goodbye.