lew14 Posted December 20, 2010 Share Posted December 20, 2010 I am trying to get a my thanks.php and logout.php to look like the rest of my script. It has echo and I do not know anything about it. Here is my thanks.php: <?php include "./header.php"; include "./config.php"; echo "<br><br><b>Thanks for making the payment , we verifies each payment manually . We will get back to you very soon after verifing your payment.</b><br><br>"; include "./footer.php"; ?> Here is my logout.php: <?php include "./header.php"; include "./config.php"; session_start(); session_destroy(); echo "You are currently logged out. To login in again <a href=./admin.php target=_blank>click here</a>."; include "./footer.php"; ?> Here is the design I am trying to add: <table class=testamonials width="95%" border="0" cellspacing="20" cellpadding="0" bgcolor="#FFFEEA" align="center"> <tr> <td> <br> Put text from each .php here <br> </td> </tr> </table> Once the code is created I need it put back where the text from above is located or know how to add it if the above code does not work. Quote Link to comment https://forums.phpfreaks.com/topic/222176-help-with-echo-on-in-logoutphp/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted December 21, 2010 Share Posted December 21, 2010 sorry but can you explain in detail what you need? where do you the design to be? Quote Link to comment https://forums.phpfreaks.com/topic/222176-help-with-echo-on-in-logoutphp/#findComment-1149807 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.