00001 <?php 00002 00006 function thank_you_page() 00007 { 00008 ?> 00009 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 00010 <html> 00011 <head> 00012 <title> Address Book - Thank you </title> 00013 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> 00014 <link rel="stylesheet" type="text/css" href="style1.css" /> 00015 </head> 00016 <body> 00017 <span class="arial large yellow"> 00018 Thank you for your submitting contact information into address book. <br/> 00019 <br/> 00020 00021 Saurabh Barjatiya <br/> 00022 </span> 00023 </body> 00024 </html> 00025 <?php 00026 } 00027 00028 thank_you_page(); 00029 ?>