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.
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!
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.
ReplyDeleteInstall xampp from apache friends to start a local webserevr. Place your .php files in the 'htdocs' folder.
ReplyDeleteGo to w3schools and follow the tutorials there.
I'd also use a local server!
ReplyDeleteAlso 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 :)