Jump to content

[SOLVED] can you not have variable in the filename?


ted_chou12

Recommended Posts

$number = $data[$news][3];
echo $number;
will give you 2
and then I wish to plug the two in:
echo file_get_contents("newscomments/comments[[color=red]2[/color]].txt");
so I do this:
echo file_get_contents("newscomments/comments[$number]txt");
but it doesnt work, the two doesnt show up for some reason..
can anyone help me, thanks
Ted.
Look at what you wrote. The first one says .txt, the second says txt.

Since you error does not reflect this typo, that means you didn't actually copy and paste your real code. Your mistake is probably there.
Link?

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.