Jump to content

Include in php variable


ds111

Recommended Posts

Hi guys! great forum! ok well i need help with this i've tried google and everything.

 

this is what i have:

 

i have a template.php where the heading and body are dynamic (this is a css template)

so basically i have the html and everthing and where the heading or content usually is, i put <php echo $heading; ?> and same for body.

now for login.php, this is what i have.

 

$heading = 'Login'; <-- works
$body = "include 'login_form.php';"; <--- doesn't work
include 'template.php'; <---works

 

so how do i do an include statement in a variable? thanks for any answers!

Link to comment
https://forums.phpfreaks.com/topic/84650-include-in-php-variable/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.