Article No. 75
Created: 05:24 AM 12.19.03
Author: HPU Support [Link: support@homepageuniverse.com]
Original URL: https://my.homepageuniverse.com/support/knowledgebase/question.php?qstId=75
1. To use PHP within your account make a file and give it a ".php" file extension (e.g., example.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.
4. PHP code always begins with a "<?" and ends with a "?>". A great place to learn PHP is http://zend.org [Link: http://zend.org/]