there are 3 things, the database, the php and the template
the php will get $foo from the database
the template will be an HTML file with a layout all nicely done
in the template file will be a placeholder for $foo
HOW can i get the php file to include the template, replace the placeholder with $foo's value then output itthere are 3 things, the database, the php and the template
the php will get $foo from the database
the template will be an HTML file with a layout all nicely done
in the template file will be a placeholder for $foo
HOW can i get the php file to include the template, replace the placeholder with $foo's value then output it