View Full Version : What do i download to use PHP on my computer?
blah-de-blah
August 13th, 2003, 09:43 AM
I was just wondering what do i download so i can be able to use and view php on my computer. I don't need the one where you upload to your server - cause i don't have one :-\ But i'm aware that you can get some just to learn and test on your computer is that right??
So which ones do i download? I know you can get em from php.net, but i'm not sure which ones to get :-\ There are so many! thanks!!
λ
August 13th, 2003, 10:11 AM
I use WAMP[link (http://www.e-novative-gmbh.de/php/ephp.php)]
blah-de-blah
August 13th, 2003, 10:25 AM
O i've downloaded that before, but i'm not sure how you use it :-\ But i can't redownload it because the sites not working :( Do you know of any others which are easy to use?
Jubba
August 13th, 2003, 10:56 AM
You need to install Apache (Download and Instructions found here (http://httpd.apache.org/docs/install.html))
then you can install PHP (Found here (http://www.php.net/downloads.php)) and the document is also found on that same site...
blah-de-blah
August 13th, 2003, 10:59 AM
Do i get hte latest ones or stable versions for the php? thanks
Jubba
August 13th, 2003, 11:01 AM
don't download PHP 5.. go with the highest 4.x.x for the PHP. I am pretty sure that the newest Apache is stable tho.
PHP 5 is still in beta testing, so for now its best to stay away from that..
blah-de-blah
August 13th, 2003, 11:03 AM
ok thanks :)
just another quick quesiton, is there a differnece between these two files?
PHP 4.3.2 (tar.bz2) [3,611Kb] - 29 May 2003
AND
PHP 4.3.2 (tar.gz) [4,416Kb] - 29 May 2003
There is a significant file sisze difference so i'm just wonderin :-\
λ
August 13th, 2003, 11:04 AM
Use: http://www.e-novative-gmbh.de/files/setup_WAMP_1.1.0.exe
Basically, all you have to do is run the installer. That is pretty much all I can remember.
I tried using the standalone versions of Apache and PHP, but I found it too hard too install.
Jubba
August 13th, 2003, 11:08 AM
You don't need to download the source code, download this one:
http://www.php.net/get/php-4.3.2-Win32.zip/from/a/mirror
it says PHP 4.3.2 zip package
I'm pretty sure thats the one you want.
blah-de-blah
August 13th, 2003, 11:10 AM
ok thanks guys, i'll try em out. I'm sure i'll have more questions on howta use em though thanks for the time being though :)
eyezberg
August 13th, 2003, 03:16 PM
http://www.easyphp.org/
i use it daily, one click install of php, apache, phpmyadmin etc
blah-de-blah
August 14th, 2003, 11:13 AM
i read this in easphp:
BETTER DOING : launch EasyPHP, connect yourself on "http://localhost" from your browser, open your directory, then click on "date.php".
So i guess i need a server thing for this one right? i can't just test on my comp without uploading?
Jubba
August 14th, 2003, 11:23 AM
thats what apache is.
blah-de-blah
August 14th, 2003, 11:27 AM
sorry i'm new to this Jubba, i think i have decided to get the one njs gave, since it is less hassle. But now that i have installed it, the question is, how do i use it? they have a php.exe which is pretty much the same thing as the php i had installed from php.net.
I can't really see a help file anywhere or somethin so this is the oinly place :-\
Jubba
August 14th, 2003, 11:30 AM
honestly, I don't know. I have never used apache or php my on own PC. I just use Dreamweaver and when I save the file it auto-uploads and then I preview it in my browser.
You access the folders thru localhost
localhost/mydocuments/php/myFirstPHP.php
λ
August 14th, 2003, 11:41 AM
lol... I spent the last 30 mins teaching Syko on
IRC how to do this :P
Basically, to test php pages what you do is put the scripts in Program Files/Apache Group/htdocs and then run them by typing into your browser http://localhost/.
For example, to test a file called test.php, you would put the file in Program Files/Apache Group/apache/htdocs/, so the path would be Program Files/Apache Group/apache/htdocs/test.php.
You would then test it by going to http://localhost/test.php in your browser.
(Warning: Some versions of Kazaa can interfere with Apache. I reccomend that you disable Kazaa before developing.)
blah-de-blah
August 14th, 2003, 11:48 AM
ahh thank you :) what you taught syko in 30 minutes, you taught me in 1 :P I'm not sure if i can actually do it though, ill havta try :) Thanks
blah-de-blah
August 16th, 2003, 02:54 AM
I just realized, i can't test jubbas html/php tutorial with WAMP, i have to load it on a server right? Because i copied the exact code just to test it, but it doesn't work. I have tried simple php codes which work on the wamp though.
So to load the files to your server (i now have a lycos account), do i just upload the files? or is there an easier way like jubba said in his previous post, which the file is uploaded automatically....? thanks
Jubba
August 16th, 2003, 10:37 AM
I really don't know about other FTP programs, I just know that its a feature in Dreamweaver. Dreamweaver is a great program (even tho I only use it as a color coded notepad) and I suggest looking into if for anyone serious about webdesign. It will triple your productivity :)
and if you are talking about the mail() tutorial, then no you have to test that on a server :(
blah-de-blah
August 16th, 2003, 10:40 AM
Yea i use dreamweaver too, and tried using the ftp from that, but it doesn't let me connect to my **** lycos ftp. Nor does WS_FTP even though i have all the correct passwords and login names.
So all i'm stuck with now is manually going to the site and using the slow uploader :-\ But anyhow lycos gives free PHP support so i shouldn't be complainin :P
Jubba
August 16th, 2003, 10:44 AM
ask lycos for support because I'm pretty sure they support FTP, so you should be able to connect. Just send in an e-mail.. they should get back to you..
Scootman
August 21st, 2003, 06:19 PM
can any of you tell me how to use php with IIS on my computer? my friend helped me install IIS on my comp but he didnt have tim to help me learn to use it he had to go... so i installed the php 4.3.2 installer on my comp and told it i had IIS 4 (or higher) installed on my comp... and my friend mentioned something about a wwwroot folder which i found... but im still not sure how to do this...
and another question... if i get this all working correctly... it should act the same as if i upload it to the internet right? it will send emails and send variables to places and whatnot right?
Jubba
August 21st, 2003, 09:46 PM
you can't send e-mails from your computer. Other than that everything else should work pretty well.
Scootman
August 21st, 2003, 11:25 PM
so if i get one of those servers it will work with the email thingy too right?
urbaneve
August 22nd, 2003, 08:00 AM
okay --- after doing a 16 hour stint looking for info on installing PHP on your own sever, i finally came across this -- i am not sure if this will help you blah, but i thought i would post it any way
http://www.easyphp.org/
the only draw back is that the install program is in french -- but the actual program is in english. it is super easy to install too
ehman
August 22nd, 2003, 08:49 AM
if you are looking for a bundled up php, mysql, apache one of the better ones out there is http://www.foxserv.net/portal.php . its pretty much pre confiugred, takes just two seconds to install and it makes a pretty good testing server. also its in english
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.