Page 307 - Computer Software Application TP - Volume 1
P. 307
COMPUTER SOFTWARE APPLICATION - CITS
II Adding a delay before redirection
1 Open the text editor
2 Write the following codes
<html >
<head>
<title >Adding a delay before redirection </title>
</head>
<body>
<?php
sleep(5);
header(“Location:destination-page.php”);
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 php file to run and verify the output
292
CITS : IT & ITES - Computer Software Application - Exercise 57 CITS : IT & ITES - Computer Software Application - Exercise 57