Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 484
Message ID: 26
#26, RE: ModRewrite - Making Pages Using FatBomb
Posted by Kurt on Oct-29-07 at 10:59 AM
In response to message #25
PS Jeff...Here's the ENTIRE context of the php reference...The directions leading up to the PHP reference.

First, download PageBomb here:
www.dombom.com/PageBomb4.zip

PageBomb can be used with just about any script on your domain that will return a search result. You can even mix and match multiple scripts on the same pages.

It produces pages that are a hybrid of dynamic pages and elements of static html.

This gives the best of both worlds, as the dynamic content is added automatically by the server, but each and every page can be edited individually. This is particularly potent for adding different navigation links to various pages.

The first thing you need to know is:
Does my dynamic source include an html header and footer?

If yes, you want to remove the html header/footer code from the template you're pasting into PageBomb...

Actually, you'll probably just need to use a single line of code to create each page...Something like:
<!--#include virtual="/cgi-bin/search.cgi?keywords=<<key+words>>" -->

This is for perl/cgi scripts. For php, it will look something like:
<?php include("search.php&query=<<key+words>>"); ?>