Jump to content

include feature


foreverhex

Recommended Posts

Is there any way to use the include php feature to read the files varibles and not the literal text. For example my file reads like this.

[code]$file = "bleh.txt";
include '$file';

echo 'you are';
echo $bleh;
[/code]

and bleh.txt

[code]
$bleh = "bleh";
[/code]

I want it to come out "you are bleh" not "you are $bleh = "bleh";".
If that made any since, please help.

Ah! never mind! All I had to do is add <?php at the begining of txt file and rename the txt file php.

Ah! never mind! All I had to do is add <?php at the begining of txt file and rename the txt file php.
Link to comment
Share on other sites

[!--quoteo(post=386203:date=Jun 21 2006, 12:09 AM:name=foreverhex)--][div class=\'quotetop\']QUOTE(foreverhex @ Jun 21 2006, 12:09 AM) [snapback]386203[/snapback][/div][div class=\'quotemain\'][!--quotec--]
are the ( ) required? I never use them and everthing seems to be fine.
[/quote]

sorry no ()
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.