<?php // Note: this is a sample header you may use your own header Cities & People are example links ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>phpMyApp</title> <link rel="stylesheet" href="pmastyle1.css"> </head> <body> <table width="100%" align="center" bgcolor="#f0f0f0" cellpadding="5" cellspacing="0" > <tr> <td height="60" width="30%"></td> <td></td> <td><b><font size="4" color="gray" style="font-family: Helvetica, sans-serif">< YOUR TITLE ></font></b></td> </tr> <tr> <td colspan="3" bgcolor="#eaeaea" style="color:#CCCCCC"> <b> <a href='test_city.php'> Cities </a> • <a href='test_people.php'> People </a> • <a href='index.php'><font color=darkblue> Home </font></a> • <a href='pmalog.php?mode=<?php if ($_SESSION['mid'])echo "logout"; ?>'><font color=red> <?php if ($_SESSION['mid'])echo "Logout"; else echo "Login"; ?></font></a> </b> </td> </tr> </table> <br>