1. Choose a program that you prefer. Wordpad, Editplus, Dreamweaver
2. IF you need to purchase it. go to the website/shop and buy it.
3. install it on your machine
I used EditPlus for a few years as it colourises your code and it's free to trial and cheap to buy. I am using Dreamweaver at the moment and there's not that much difference apart from the FTP feature.
Assuming you meant windows the OS then you should write it in a text editor such as notepad and save it with the extension .php. You then need to install a web server with PHP installed such as WAMP or XAMPP to run it.
how to create report in php
Yes, Apache Tomcat supports the installation and usage of PHP (of any version below 5, not including 5). See the related links for an official Tomcat-PHP installation guide.
Install Apache server.The best solution is to install the latest version of WAMP server (Windows Apache MySQL PHP). You can then open the WAMP folder on your hard drive and locate the WWW folder. Inside of the WWW folder you can store your PHP files.To preview the files open a browser and enter 'http://localhost' to test if the server is working, after testing add the name of a PHP file to the URL, 'http://localhost/myFile.php'.
PHP Consultant is a Expert PHP Developer who Guide PHP Development Process
Assuming you meant windows the OS then you should write it in a text editor such as notepad and save it with the extension .php. You then need to install a web server with PHP installed such as WAMP or XAMPP to run it.
There are many free PHP editors available online. You can check out the Free PHP Editor website, or download "Davor's PHP Editor". If you need one for Mac OSX, try Netbeans.
Open it in Notepad. Add or remove whatever code you want. To test, you will have to upload it to a PHP enabled webhost, or you will need to install MySQL, PHP, and Apache on your computer. Use Editor to edit the PHP file. Example: Notepad++ , editplus ,Zend IDE ,Netbeans IDE
Well it got nothing to do with PHP, you going to need JavaScript to do that :)
how to create report in php
PHP files are plain text, so you can read them with your text editor or IDE of choice.
Open it up in a text editor such as notepad
You need to upload the scripts to web hosting space that support PHP.
You need to install PHP either on a pre built apache server such as xampp or download PHP directly from the website.
Download xampp or wamp and everything you need to run PHP would be installed with it
PHP is a programming language. Unless 3D max has a programming interface of some kind, you can't open php files with it. You can open a PHP file with notepad or any other text editor.
The PHP website has a comprehensive online manual that can explain most aspects of PHP, including its installation. See the related links for a constantly-updated PHP installation guide.