HOW TO TEST OR RUN YOUR PHP CODE For you to effectively run or - TopicsExpress



          

HOW TO TEST OR RUN YOUR PHP CODE For you to effectively run or test a php code, you must setup a local server. Mostly you wil be advised to configure apache. But thank God we now have already configured and most complete application or server which you can install will and help you run your php code. That server is called XAMPP, a little google search should aid u. Assuming you have your xamp installed in your drive C. To test your php code. Save it in C: xampphtdocs. To test your php code. You dont just double click on the file you saved, you must first open your browser. Then on your browser address bar type: localhost/ index.php use index.php if you save your php file as index. After typing the above addres you should be able to see the output of your php code. Thank you following.
Posted on: Wed, 11 Sep 2013 11:57:06 +0000

Trending Topics



Recently Viewed Topics




© 2015