Wednesday, April 11, 2012

What is the easiest way to practice PHP?

I am learning PHP and I'm looking for the simplest way to run practice scripts. I already have netbeans installed.





3 comments:

  1. I'm not sure if NetBeans offers a php engine. Quickest is probably XAMPP in my opinion. Download and unzip it, start the Apache and copy your files into the Htdocs folder of XAMPP. Then open Localhost in your browser which is equivalent to the htdocs folder.

    ReplyDelete
  2. Install xampp from apache friends to start a local webserevr. Place your .php files in the 'htdocs' folder.

    Go to w3schools and follow the tutorials there.

    ReplyDelete
  3. I'd also use a local server!

    Also have something you want to build, just learning and reading can take a long time. What I do is create mini projects and make little tools. Learning while building things that will help me!

    Of course I get help from this site :)

    ReplyDelete