PHP is a server-side HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. Basically, it is the U-System's substitute for CGI.
Since PHP is an addition to HTML, it assumes you know HTML.
Here are some source code examples that you should be able to cut and paste, change a few values, and have a working document.
The consult group may be able to assist in general PHP issues. Your best resource for support information is the web itself. Try the many links at www.php.net for more information.