How do i start with PHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Pulkitseo
Forum Newbie
Posts: 2
Joined: Wed Oct 02, 2013 8:14 am

How do i start with PHP

Post by Pulkitseo »

can anyone tell me how to start on with php.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How do i start with PHP

Post by Celauran »

User avatar
php3ch0
Forum Contributor
Posts: 212
Joined: Sun Nov 13, 2005 7:35 am
Location: Folkestone, Kent, UK

Re: How do i start with PHP

Post by php3ch0 »

You can set up a quick server on your local machine using wampserver. This will install php, apache and mysql onto your computer and a good place to start creating some code and testing.

once installed you can create scripts in the c:/wamp/www directory and run them in your browser by going to http://localhost
User avatar
GabrielleTony
Forum Newbie
Posts: 1
Joined: Mon Nov 18, 2013 1:47 am

Re: How do i start with PHP

Post by GabrielleTony »

PHP is one of the advanced web developing software which allows you to learn quickly, by just following on line tutorials you will be able to get a decent knowledge of the certain package.

w3schools.com/php/

above option would give you an initial idea about PHP. Good luck!
anilkr
Forum Newbie
Posts: 10
Joined: Tue Jan 07, 2014 6:31 am

Re: How do i start with PHP

Post by anilkr »

Yes pulkitseo the site phptheright way is best for all beginners who want to learn php. I started my learning from here too. Its great so go with it.
pratikjajal
Forum Newbie
Posts: 4
Joined: Tue Nov 05, 2013 10:08 pm

Re: How do i start with PHP

Post by pratikjajal »

Hi,

There are so many ways to learn PHP but before starting it, I would like to suggest then gather the skills of HTML, CSS and JavaScript.

Once you complete the CSS, JavaScript and HTML, go through http://www.w3schools.com.

Regards,
Pratik
Post Reply