Php code example for login Login.php Create a login.php file where you take input user name and password as shown the figure. <?php include("config.php"); session_start(); if($_SERVER["REQUEST_METHOD"] == "POST") { …
Read morePhp code for Online Quiz One Question will appear on a screen when user select the option and click on next question another question appear on screen and after all opting the answer user will click on finish online test then quiz result report will…
Read moreHTML – Hyper Text Markup Language Hyper Text – That type of text which has its significance in electronic form in other word , such type of text which have a link with other file or document or different position of same or other file. HTML is not a…
Read moreSend E-mail to Multiple Person(E-mail) with Php <html> <head> <title> Send E-mail to Multiple Person(E-mail) with Php </title> </head> <body bgcolor="#666666"> <!--Email Validation START --> …
Read moreDownload Hospital Management System – Synopsis and Project Report. This is the Project Report of Hospital Management System made in Visual Basic Front End and support Oracle as Back end support. This project Report can help the student who wants t…
Read morePhp code for Comment on Webpage $Yourwebpage.php <!-- Comment Entry Section !--> <table cellpadding="0" cellspacing="0"><tr> <td width="25%" valign="top"><form method=&q…
Read morePHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This is the simple Code Example through …
Read more