Forum Moderators: coopster

Message Too Old, No Replies

How to combine these includes?

         

Simone100

4:43 pm on Sep 24, 2006 (gmt 0)

10+ Year Member



Hi, how do I combine these includes for php?
include 'file.txt';
include($content[$date]);

Thank you!

eelixduppy

4:48 pm on Sep 24, 2006 (gmt 0)



I'm not sure I understand your question. Do you want the $contents[$date] include to be included into the file.txt text, or the other way around? Maybe something entirely different?

Simone100

9:07 pm on Sep 24, 2006 (gmt 0)

10+ Year Member



I think I got it, I just make a new $, I don't know what I was thinking.