Php Ide Open
PHP (Personal Home Page or PHP: Hypertext Preprocessor) has been around since 1994 and forms the heart of many web sites - and with good reason; if nothing else then the way in which PHP handles any variables passed to it from other web pages makes it well worth using.
It's easier to understand just how well PHP handles variables by working through a example - in this case a PHP script for processing a new user request on a hypothetical web site.
Creating a Simple Input Form in HTML
HTML (HyperText Markup Language) is, of course, used to produce web pages; and the HTML for a simple input form would look like:

