Posts: 2,536
Location: Western Maryland
|
Andy,
To incorporate PHP functionality into an existing HTML file, at the very least the new file will have to support PHP processing, so you may have to change your extension or add HTML as a valid PHP extension (not recommended because then your server will parse every .html file for PHP).
After that is done, it is a matter of cutting and pasting the PHP segment into your HTML in a manner that suits the formatting of the page.
__________________
—Kyrnt
|