Help with include
Posted: Wed Apr 15, 2009 4:58 am
Hi
I'm trying to use the include script dynamically
This is my code that does not work due to syntax error
This is how it usaually looks like
But I'm saving "matrix_card.html" in the user field "htmlpage" in the db
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 (?)
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 (?)