Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Tools Needed!, PHP & MySQL
alex1985
post Mar 6 2008, 06:08 PM
Post #1


Super Member
*********

Group: [HOSTED]
Posts: 411
Joined: 9-February 08
Member No.: 57,615



Hello, everyone! I need some tools for those two things to test PHP scripts coming together with database on my laptop, instead checking them on a web-server which takes time.
Go to the top of the page
 
+Quote Post
jlhaslip
post Mar 6 2008, 06:39 PM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,993
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



Do you mean that you need to have a local 'test' server installed on your laptop?
If so, Google XAMPP or Google WAMP. Both are one-click installers that add the ability to run scripts on your local machine as if they were on a Web Hosting Server.

They both add php, mySql and an Apache Server that duplicate your Web Hosting account.

There are Tutorials in the Tutorial section here on the Trap17 about setting them up and using them. Good Luck.
Go to the top of the page
 
+Quote Post
alex1985
post Mar 6 2008, 09:50 PM
Post #3


Super Member
*********

Group: [HOSTED]
Posts: 411
Joined: 9-February 08
Member No.: 57,615



All right. Where can I get the Apache Server. I went to his official web-site: www.apache.org and did not know what to download. I clicked the download link, and it lead me to some another page which contains a full list of different folders. Could you tell me what I should download exactly.
Go to the top of the page
 
+Quote Post
jlhaslip
post Mar 6 2008, 10:37 PM
Post #4


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,993
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



If you are running Windows XP or Vista, use this link: http://www.apachefriends.org/download.php?...a-installer.exe
Go to the top of the page
 
+Quote Post
alex1985
post Mar 7 2008, 03:28 PM
Post #5


Super Member
*********

Group: [HOSTED]
Posts: 411
Joined: 9-February 08
Member No.: 57,615



Can you find a link where I can download the whole apache server, like the one on www.apache.org. The link, you gave me has the different name, not like apache.
Go to the top of the page
 
+Quote Post
rvalkass
post Mar 7 2008, 08:01 PM
Post #6


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,109
Joined: 28-May 05
From: Hertfordshire, England
Member No.: 7,593
Spam Patrol



The link jlhaslip provided is for XAMPP. If you install that, you will get Apache, MySQL and PHP installed and configured automatically. Many people find it easier than doing it themselves (although I have always found it easier to do it manually tongue.gif ).

If you just want to install the latest version of Apache, use one of the following links:

Unix Source Code: http://mirror.fubra.com/ftp.apache.org/htt...pd-2.2.8.tar.gz
Windows MSI: http://mirror.fubra.com/ftp.apache.org/htt...nssl-0.9.8g.msi

Of course, on Linux, you can also use whatever package manager you like and go for a one-click installation and setup.
Go to the top of the page
 
+Quote Post
alex1985
post Mar 8 2008, 09:59 AM
Post #7


Super Member
*********

Group: [HOSTED]
Posts: 411
Joined: 9-February 08
Member No.: 57,615



Thanks a lot!!! That's exactly what I was searching for.
Go to the top of the page
 
+Quote Post
alex1985
post Jun 10 2008, 06:04 PM
Post #8


Super Member
*********

Group: [HOSTED]
Posts: 411
Joined: 9-February 08
Member No.: 57,615



Any more progs?
Go to the top of the page
 
+Quote Post
Live-Dimension
post Jun 10 2008, 11:28 PM
Post #9


Advanced Member
*******

Group: [HOSTED]
Posts: 115
Joined: 23-May 08
From: Australia
Member No.: 62,543



http://www.easyphp.org/ is another one wink.gif
Go to the top of the page
 
+Quote Post
alex1985