PHP Print

  • 0

How do I use PHP?
To use PHP, make a file and give it a ".php" file
extension such as myfile.php.

2. Inside this file you can put any HTML that would normally go in a
Web page.

3. Anywhere in that file, within the HTML, you can put your PHP code (with the proper start and end PHP tags).

You can learn more about PHP at http://php.net and http://zend.org You can find PHP scripts at http://hotscripts.com


Was this answer helpful?

« Back