Integration with Review-Script.com?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Tim Mousel

Integration with Review-Script.com?

Post 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
Post Reply

Return to “Developers Discussion”