Skip to content

Instantly share code, notes, and snippets.

@akiya64
Last active December 26, 2016 08:50
Show Gist options
  • Save akiya64/47083cebd77e55d10a2f95eb22a57446 to your computer and use it in GitHub Desktop.
Save akiya64/47083cebd77e55d10a2f95eb22a57446 to your computer and use it in GitHub Desktop.
How include html tags into php code?
///////////////////////////////////////////////////////////////upper layout part
echo("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>");
echo("<html xmlns='http://www.w3.org/1999/xhtml'>");
echo("<head>");
echo("<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />");
echo("<meta http-equiv='content-language' content='en' />");
echo("<meta http-equiv='imagetoolbar' content='no' />");
echo("<link rel='stylesheet' href='".$abs_pass."style.css' type='text/css' /> ");
echo("<title>".$abs_title."</title>");
?>
<style type="text/css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment