View Single Post
  #1  
Old 03-30-2009, 01:23 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 97,818
Tequila is on a distinguished road
Default [Lock Please] Integrate script with php safe includes?

I am working on a design that uses Safe Dynamic Includes to navigate and display the site.

Is there any way to integrate the script into the coding I am doing for the site?

Here is a snippet of the code I'm working with if that helps.
Code:
<HTML>
<HEAD>
<TITLE>The World of Earith | Familiar Elements</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" />
</HEAD>

<body><table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td class="clear">&nbsp;</td><td class="clear" width="25"></td><td class="content" width="400"><img src="images/mapblank.jpg" border="0" /></td></tr>
<tr><td colspan="3" class="clear"></td></tr>
<tr><td class="header">World Map</td><td class="clear" width="25"></td><td class="header">Welcome to Earith</td></tr>
<tr><td class="content" rowspan="4" valign="top">

<ul>
<li><a href="?x=tower">The Wizard's Tower</a></li>
<li><a href="?x=marketplace">The Marketplace</a><li>
<li><a href="?x=glenn">The Fairy Glenn</a></li>
<li><a href="?x=ruins">The Ruins</a></li>
</ul>
<h2>Apprentice Panel</h2>
<ul><li><a href="login.php">Return</a>
<li><a href="?x=dormitory">Your Dormitory</a></li>





</td><td class="clear" rowspan="4">&nbsp;</td><td class="content"><p>Welcome young apprentice. Here you can adopt a Familiar to help you grow in your magic abilities. Please join our <a href="http://forum.familiarelements.info" target="_blank">forum</a> after registering for the site to keep up to date.</p>
<p>Here you will find the animals that we have carefully bred from enhanced parents that will become wonderful familiars with magickal abilities.</p>
<p>Each familiar has it's own nuances and abilities, you'll have to wait until our Grimore is finished before you can figure out what your familiar can do.</p>

<p>A magickal world not unlike others, mystical and full of wonder.</p>

<p>Visit the Wizard's Tower to adopt a familiar to raise and train.  Take care of your familiar when you rest in the dormitory.</p>
<p>Learn more about Earith and the familiars you have access to through the Grimoire.  Spend some time at the Conclave with your peers and other fully trained wizards and witches.</p>

<p>Fund the efforts of the Tower Master and see who has helped and contributed to our world.</p>

</td></tr>
<tr><td class="clear">&nbsp;</td></tr>
<tr><td class="header">Updates</td></tr>
<tr><td class="content">
<p><!-- Twitter Please --->
<div id="twitter_div">
<h2 style="display: none;" >Twitter Updates</h2>

<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/familiarelement" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/familiarelement.json?callback=twitterCallback2&amp;count=5"></script>
</p>





</td></tr>
<tr><td class="clear" colspan="3">&nbsp;</td></tr>
<tr><td class="header" colspan="3">Affiliates</td></tr>

<tr><td class="content" colspan="3"><center><a href="http://starduskstudios.net" target="_blank"><img src="http://i221.photobucket.com/albums/dd159/tlcportfolio/linkus/sds-button.jpg" border="0" alt="Stardusk Studios" title="Stardusk Studios" /></a> <a href="http://www.arvyre.com/" target="_blank"><img src="images/arvyre.png" border="0" alt="Arvyre" title="Arvyre" /></a> <a href="http://www.petsgalorespa.net" target="_blank"><img src="http://i44.tinypic.com/jufozk.gif" border="0" alt="Pets Galore Spa"></a><br />
<a href="http://www.kqzyfj.com/click-3414594-10653867" target="_blank">
<img src="images/image-3414594-10653867.htm" width="88" height="31" alt="DAZ 3D" title="Daz 3D" border="0"/></a> <a href="http://www.renderosity.com/index.php?AID=164" target="_blank"><img src="images/rosity.gif" border="0" alt="Renderosity" title="Renderosity" /></a><br /><a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=enddayne-fepets" target="_blank"><img src="images/hostgator_green80x15.gif" border="0" alt="HostGator" title="HostGator"  /></a>
</center></td></tr>
<tr><td class="clear" colspan="3">&nbsp;</td></tr>
</table></div>
</BODY>
</HTML>