<?php
<div class="search">
<form id="form" name="form" method="post" action="http://domain.com/blog.php?goto=search">
<span>
<input name="q" type="text" class="keywords" id="textfield" maxlength="50" value="Search..." />
</span>
<input name="b" type="image" src="images/search.gif" class="button" />
</form>
?>
<?php
<li><a href="blog.php?goto=search">Blog</a></li>
?>
<?php
<?php
$search=true;
include 'news/index.php';
?>
?>
but in the meantime you might look at using Multiple Includes. Check the Wiki here.
). I'm not sure if the search form can be static, but it might be worth a shot.
<?php
<?php
$static = 'true'; #this is the important part
include 'news/index.php';
?>
</div>
?>
<?php
include 'news/index?goto=search.php';
?>
I'm delighted to find a program that offers flexibility and room to grown and learn with though! And user forums that people can actually get answers on. So thank you for your reply and thoughts!
<?php
$search = true;
include 'news/index.php';
?>
<div>
<?php
$static = 'true'; #this is the important part
$search = true;
include 'news/index.php';
?>
</div>

<?php
include 'news/index.php';
?>
) is helping me with something that requires it to be modified. 