Page 1 of 1

Integration with Review-Script.com?

Posted: Mon Jul 31, 2006 7:38 pm
by Tim Mousel
Hello,

I am interested in using your program with the review script at www.review-script.com.

At the bottom of a article I would like to insert the review feature using php like this:

Code: Select all

@include "http://www.domain.com/review/review_insert.php?item_id=1";
or with a server side include like this:

Code: Select all

<!--#include virtual="/review/review_insert.php?item_id=1" --> 
The item_id used will need to correspond to the correct id for your CMS.  How is the unique identifying variable accessed in your program?


Thanks in advance!

Tim Mousel