Re: [PHP] PHP codes and variables

2002-07-12 Thread Kevin Stone
taneously. -Kevin - Original Message - From: "J. Alden Gillespy" <[EMAIL PROTECTED]> To: "PHP-general" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 12:42 PM Subject: Re: [PHP] PHP codes and variables > Which method makes it possible to process any va

Re: [PHP] PHP codes and variables

2002-07-12 Thread J. Alden Gillespy
http://www.thetestpattern.com - Original Message - From: "Kevin Stone" <[EMAIL PROTECTED]> To: "PHP-general" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 2:35 PM Subject: Re: [PHP] PHP codes and variables > Or use implode instead of join makes skips the

Re: [PHP] PHP codes and variables

2002-07-12 Thread Kevin Stone
;file2.html"); $output = ob_get_contents(); ob_end_clean(); -Kevin - Original Message - From: "Miguel Cruz" <[EMAIL PROTECTED]> To: "J. Alden Gillespy" <[EMAIL PROTECTED]> Cc: "Groups - PHP-General" <[EMAIL PROTECTED]> Sent: Friday,

Re: [PHP] PHP codes and variables

2002-07-12 Thread Miguel Cruz
On Fri, 12 Jul 2002, J. Alden Gillespy wrote: > Anyone know how to do have a variable equal the contents of a file? I tried > the include function, but it just prints the file out on the screen rather > than including the contents in the variable itself. I need help with this > ASAP. Thanks. $

[PHP] PHP codes and variables

2002-07-12 Thread J. Alden Gillespy
Anyone know how to do have a variable equal the contents of a file? I tried the include function, but it just prints the file out on the screen rather than including the contents in the variable itself. I need help with this ASAP. Thanks. J. Alden Gillespy (DJ Rage) Broadcasting on Test Patter