You are viewing our Forum Archives. To view or take place in current topics click here.
quick question on HTML/PHP
Posted:

quick question on HTML/PHPPosted:

16
  • Mind Charity
Status: Offline
Joined: Nov 24, 201311Year Member
Posts: 3,690
Reputation Power: 12087
Status: Offline
Joined: Nov 24, 201311Year Member
Posts: 3,690
Reputation Power: 12087
personally i know the relative
php/html coding languages just wondering i'm making a html site but want to encrypt only PHP coding with no html only..

so like
<html>
<head>
<title>dsfd</title>
<head>
<body>
<?php include('header.htm'); ?>
<div id="content">
<div id="main">
<h2><?php echo $the_title; ?></h2>
<?php echo $the_content; ?>
</div>
<?php include('sidebar.htm'); ?>
</div>
<?php include('footer.htm')
</body>
</html>
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.