Hi all 

I'm having a small problem .... 

here is code:

<?

fucntion load_page($page_name){

$page_name="index";
include"templates/$webit_layout_id/$page_name_heading.php3";
include"templates/$webit_layout_id/$page_name_footer.php3";

}
?>

as you can see ... it replace "$page_name_heading"; instead of just "$page_name"; 
any ideas how to get around this ? 

henti 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to