PHP Manual

The PHP Manual tutorials show how you can create simple interactive webpages by adding PHP into existing HTML code.

The PHP Manual tutorials are important in understanding how to integrate PHP with HTML. In one example, we are shown how to create a form that asks for the users name and age. This example demostrates how to use the action and post methods with PHP. Here is a link to what the finished webpage looks like.