public function __destruct(){
// when execution ends those ending tags will be automatically added
echo "\n\t<footer>",
"\n\t\t<address>",
"\n\t\t<p>Copyright © 2009 - ";
echo date('Y');
echo " | www.so-and-so.com</p>",
"\n\t\t</address>",
"\n\t</footer>",
"\n</body>",
"\n</html>";
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.