im trying to throw my forums onto my home page to see what im talking about see My Site i have my main page which is ajax on an html
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mmm... Ajax!</title>
<script type="text/javascript" src="jquery.js"></script>
<style type="text/css">
@import url(css.css);
</style>
<script type="text/javascript" src="js.js"></script>
</head>
<body>
<div id="wrapper">
<h1>ajax ... nettuts</h1>
<ul id="nav">
<li><a href="index.html">welcome</a></li>
<li><a href="about.html">about</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="terms.html">terms</a></li>
</ul>
<div id="content">
Heres were i want the PHP
</div>
<div id="foot"> ........... </div>
</div>
</body>
</html>
the PHP code that i want there is the vbulletin index.php ill include that as attachment
NOTE: CHANGE CSS TO PHP ON THE INCLUDED FILE I DID THAT SO I WOULDNT HAVE TO ZIP IT
CAN SOME ONE PLEASE HELP ME
Bookmarks