Since I don't have the knowledge of SQL and php, I thought this would be the vest way.
It would up to 5 different text file or html pages for different products that needs to be changed periodically.
I tried using the following but, this would be consistent for all products. I need to pass the value of $var1 somehow.
Thank you.PHP Code:<?php $var1 = 'red'; ?>
<?php
$Message1 = $var1 . '.html';
include $Message1;
?>


Reply With Quote
