Manga - Debt Consolidation - Online Advertising - Air Jordans - Find jobs

PDA

View Full Version : How to installing php server at your laptop?


globalcashsite
May 16th 2009, 3:13 am
Guys

I wish to have php server at my laptop so I can work on php coding offline. Please help me how to do this as I did not did this before.

GCS

NuLLByTe
May 16th 2009, 3:29 am
Use this (http://www.apachefriends.org/en/xampp.html)...

pipes
May 16th 2009, 4:08 am
I recommend XAMPP too, or any alternative.

Bohra
May 16th 2009, 4:31 am
Install Xampp or wamp both are good

xxKillswitch
May 16th 2009, 7:04 pm
My vote goes to Xampp, found it nicer than Wamp. However, never understood why apache shows up twice in my task manager...

globalcashsite
May 16th 2009, 9:01 pm
Guys

I installed XAMPP and now non-database php script is running on my PC. What to do with database? Right now I am using MySQL (phpmyadmin) with my script. How to deal with this at my PC?

Thank you

GCS

xxKillswitch
May 16th 2009, 9:05 pm
If your script doesnt use the database, then you dont need to do anything. It is there if you need it. PHPMyAdmin just allows you to manage your databases without needing to do so via command lines or with PHP.

globalcashsite
May 16th 2009, 10:27 pm
If your script doesnt use the database, then you dont need to do anything. It is there if you need it. PHPMyAdmin just allows you to manage your databases without needing to do so via command lines or with PHP.

Ok, I got it. :)

Thank you

GCS

young coder
May 17th 2009, 1:25 am
i like http://www.appservnetwork.com/

lifesgood
May 17th 2009, 2:56 am
Guys

I installed XAMPP and now non-database php script is running on my PC. What to do with database? Right now I am using MySQL (phpmyadmin) with my script. How to deal with this at my PC?

Thank you

GCS

xampp has a phpmyadmin as well. should be localhost/mysqladmin or localhost/phpmyadmin.

seoplan
May 17th 2009, 6:02 am
You can use PHPTriad or XAMPP.
For noobs, PHPTriad is the best choice. But for advance, use XAMPP

Bohra
May 17th 2009, 6:12 am
You can use PHPTriad or XAMPP.
For noobs, PHPTriad is the best choice. But for advance, use XAMPP

Last Update: Feb 16 2002

Thats when phptriad was last updated accirdubg to sourceforge

suraj4u
May 17th 2009, 8:44 am
my vote goes to XAMPP, simple and easy way to make your laptop to server

octalsystems
May 17th 2009, 11:09 pm
apache2triad is best!!

bartolay13
May 18th 2009, 12:53 am
i go for wamp

life31
May 18th 2009, 1:59 am
Ya xamp, wamp is great. But right now am using uniserver cos its too small application and portable too.
No issues with it till now. and helps most of my purpose including phpmy admin. Its something like what you exectly have in your cpanel. So things become easy.

praveengem2005
May 18th 2009, 4:04 am
I personally recommend the use of wamp server

killaklown
May 18th 2009, 12:13 pm
I use xampp on my personal laptop, and wamp on my work desktop (only because its their standard).

I've only used wamp for a week, but im starting to like it more then xampp.

PhpRay
May 18th 2009, 1:27 pm
Hi guys !!!

I have downloaded EasyPhp as a local server, I hope you know it, the problem is that my browser isn't able to find any .php file when I write /localhost/file.php or localhost/www/file.php, and I notice that there is not an index into the www foulder...

Anyone of you can give any suggest, please?

Thanks !!!

Host Storm
May 18th 2009, 7:11 pm
http://www.apachefriends.org/en/xampp.html

FTW