I'm trying to use the include script dynamically
This is my code that does not work due to syntax error
Code: Select all
<?php
include (echo .$req_user_info['htmlpage'].);
?>
Code: Select all
<?php
include (matrix_card.html);
?>
So I want the inlude to work Dynamically
the .$req_user_info function works I'm only trying to get the syntax right inside the bracket of the include (?)