The bubbling cauldron >> Free PHP hosting
Posted by AntiHalcyon on 02:34:00 04-17-2002
I have been learning PHP because that is what YPN is done in and later on I wanted to be able to help. The problem is I can't find a free server that supports PHP for me to practice. If anyone knows of a place that supports PHP and is free please let me know. [addsig]
Posted by Henning on 03:44:00 04-17-2002
tripod is an good
free webspace server:
-50mb
-php4
-mySql
-and phpMyAdmin
but a littel add
Tripod

Henning

_________________


[ This Message was edited by: Henning on 2002-04-17 03:45 ]
Posted by fsvara on 04:16:00 04-17-2002
the best way would do set up your own server on your local computer. it's not very hard. just go to httpd.apache.org (read the docs, if necessary). AFAIK peter even wrote a tutorial on the subject. it should be somewhere on the ypn.
Posted by KaGez on 14:51:00 04-17-2002
true.. and you can just edit the file locally and just reload, without re-uploading the whole shit
I suggest that you get the latest apache, php and mysql. It works perfect for me
and, it even works without being connected to the internet... you just need a loopback device afaik
[addsig]
Posted by fsvara on 23:55:00 04-17-2002
yeah, you just need 127.0.0.1 ) and i defy you to show me a non-h4x0red windows pc that doesn't have that
Posted by sacah on 18:32:00 04-18-2002
I can type localhost too, or sacah.sac to give me 127.0.0.1, you can use any number from 127.0.0.1 to 127.0.0.255 to get localhost too.
I not sure about linux but it should work too.