Exercise PHP - 1

7/9/12


Welcome back! We have learned about PHP and MySql things. Now we will try some code in PHP and run it in your browser.

First you need some editor  for your code. There are some editor that can be used. For me, i’d like to use Adobe Dreamweaver as editor, you can buy it or searchin google for free product of it. 
But if you want free edition editor, you can download Notepad++. It’s simple application but have many functions. Not only PHP code, notepad++ can handle many programming language, such as Java, C++,Sql, css, html, and many others.

So now, i assume you have your own editor now, Let’s start.
1.       First of all, run your xampp ontrol panel and start apache and mysql service.
2.      Second, go into your explorer, go into : C:\xampp\htdocs

 Then create new folder, for example : Exercise
 

Tags