Question
Include function with recordset variable
Hi,
i am trying to include a content from another files with a recordset variable,but it doesn't work...
here is the script
<?php
include_once('proid=$row_RS['No']_page.html');?>
can i know how to fix this?
Thanks
