Click to See Complete Forum and Search --> : how....


lukezweb
12-10-2003, 12:15 PM
do you set your computer so it displays php files that are on your pc in IE not open in wordpad!

Thanks,
Luke

pyro
12-10-2003, 12:30 PM
Do you mean so you can preview your PHP locally? If so, you'll have to set up a testing server. Might I recommend Apache (http://www.apache.org/)?

lukezweb
12-10-2003, 12:32 PM
Originally posted by pyro
Do you mean so you can preview your PHP locally? If so, you'll have to set up a testing server. Might I recommend Apache (http://www.apache.org/)?


yes thats what i mean :) could you provied a direct link :)

pyro
12-10-2003, 12:39 PM
Apache 1.3.29 (http://www.ibiblio.org/pub/mirrors/apache/httpd/binaries/win32/apache_1.3.29-win32-x86-no_src.exe)
PHP 4.3.4 Windows Binary, zip package (http://us4.php.net/get/php-4.3.4-Win32.zip/from/this/mirror)

lukezweb
12-10-2003, 12:40 PM
Originally posted by pyro
Apache 1.3.29 (http://www.ibiblio.org/pub/mirrors/apache/httpd/binaries/win32/apache_1.3.29-win32-x86-no_src.exe)
PHP 4.3.4 Windows Binary, zip package (http://us4.php.net/get/php-4.3.4-Win32.zip/from/this/mirror)


do i need both :)

pyro
12-10-2003, 12:43 PM
Yes, you need the PHP to be able to process PHP, and Apache (a server) to be able to run the PHP interpreter.

lukezweb
12-10-2003, 01:48 PM
Originally posted by pyro
Yes, you need the PHP to be able to process PHP, and Apache (a server) to be able to run the PHP interpreter.


if i install apache does my pc have to be a server then?

pyro
12-10-2003, 01:51 PM
No, Apache will run on nearly every OS/platform.

Paul Jr
12-10-2003, 05:10 PM
If you are just going to use the server to test your files locally, I found Abyss WS (http://www.aprelium.com/abyssws/) to be pretty good. It's easy to install and configure. They give you instructions :D.

Kyleva2204
12-10-2003, 07:46 PM
Yes I myself Use Abyss Webserver. It has been prb the easiest one and with its ease its just like apache! Althou if u dont have any text displaying on a PHP file it says Error: 200 its an annoyance!Originally posted by Paul Jr
If you are just going to use the server to test your files locally, I found Abyss WS (http://www.aprelium.com/abyssws/) to be pretty good. It's easy to install and configure. They give you instructions :D.

pyro
12-10-2003, 07:48 PM
Originally posted by Kyleva2204
...and with its ease its just like apache!Explain, please.

Kyleva2204
12-10-2003, 07:51 PM
It has a control panel. For everything. You dont have to search in a config file and code everything in u just do a few clicks and it works. But actually I could never get apache working on my computer.... There was this one time but that was without PHPOriginally posted by pyro
Explain, please.

YoN
12-10-2003, 08:16 PM
I just followed the readme files and had Apache, PHP and MySQL running the same nigth i downloaded them... It took me some hours to figure out that i was using the wrong module of PHP:rolleyes: (I downloaded Apache2 for testing server). But everything is clearly explained in the documentation, i think.

pyro
12-10-2003, 09:01 PM
I agree with YoN. Those capable of following instructions shouldn't have much trouble installing Apache. Also, Apache is far superiour to Abyss when it comes to quality of the server.