Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: GodfatherBomb
Topic ID: 38
Message ID: 6
#6, RE: SSI to PHP?
Posted by jeffhope on Dec-16-04 at 08:56 PM
In response to message #5
Hi Jake,

You shouldn't have to rewrite anything. I use PHP with all the bombs all the time (a lot) & haven't had to rewrite anything yet.

I'm still not quite sure what you're having trouble with. If you're parsing your pages with PHP instead of SSI, you can do everything you need to do with PHP, no SSI required.

Ex:


<?
virtual("/cgi-bin/blogbomb/feedsearch_ssi.cgi?keywords=$phpkw&results=$phpnumresults");
?>

You should be able to substitute in PHP variables to your bomb query strings with no problem at all.

Jeff