Skip to content

Instantly share code, notes, and snippets.

View ammar-hayder's full-sized avatar

Ammar Khan ammar-hayder

View GitHub Profile
<?php
/**
* PHP form class
*
* This class generate the form elements.
* Here is an example with single input field:
* <code>
* <?php
* session_start();
* include 'inc/Form.php';