Page 302 - Computer Software Application TP - Volume 1
P. 302
COMPUTER SOFTWARE APPLICATION - CITS
}
else
{
// If the request method is not POST, redirect back to the form
header(“Location: index.html”);
exit();
}
?>
</body>
</html>
3 Save the program in C:\Apache24\htdocs in a folder with .php extension
4 Run the Apache services from windows services
5 Open the browser and type the following address
http://localhost/foldername/
6 Click the index.html file to run and verify the output
287
CITS : IT & ITES - Computer Software Application - Exercise 56