Integration with Review-Script.com?
Posted: Mon Jul 31, 2006 7:38 pm
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:
or with a server side include like this:
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
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";
Code: Select all
<!--#include virtual="/review/review_insert.php?item_id=1" -->
Thanks in advance!
Tim Mousel