I have a created template in html..
in this template i have a scrolling DIV
What i want to do is display the myqsl data in this DIV.
I have tried to use this:
<?php @ include ("index_random.php");?>
to display random products from the product listing
But it has no effect!!!.
I need to keep the files as .html becasue the site's existing format is such.
how can i do this?
thanks in advance