[PHP] Pregenerating Script Once Again Putting this question

2002-02-01 Thread karthikeyan
Hi Guys, I got some sweet responses like using cat and using Output Buffering functions. But then what i really want is to provide user with the interface like this : Pregeneration Program --- Step 1 - Choose you Header file [ ] [Browse]

Re: [PHP] Pregenerating Script Again

2002-01-31 Thread Jason Wong
On Friday 01 February 2002 03:52, karthikeyan wrote: > Hi Guys, > > I got some sweet responses like using cat and using Output Buffering > functions. But then what i really want is to provide user with the > interface like this : > > Pregeneration Program > -

[PHP] Pregenerating Script Again

2002-01-31 Thread karthikeyan
Hi Guys, I got some sweet responses like using cat and using Output Buffering functions. But then what i really want is to provide user with the interface like this : Pregeneration Program --- Step 1 - Choose you Header file [ ] [Browse]

RE: [PHP] Pregenerating Script

2002-01-31 Thread Kevin Stone
www.helpelf.com > -Original Message- > From: karthikeyan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 9:59 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Pregenerating Script > > Hi Guys, > > I want a php script which takes 4 parameters : > > -

Re: [PHP] Pregenerating Script

2002-01-31 Thread David Otton
On Thu, 31 Jan 2002 22:28:59 +0530, you wrote: > I want a php script which takes 4 parameters : > > - header file > - body file > - footer file > - OUTPUT file > > What it should do is combine 1. header, 2. body, and 3. footer and save it as 4. >OUTPUT file Is cat header body footer >

[PHP] Pregenerating Script

2002-01-31 Thread karthikeyan
Hi Guys, I want a php script which takes 4 parameters : - header file - body file - footer file - OUTPUT file What it should do is combine 1. header, 2. body, and 3. footer and save it as 4. OUTPUT file How do i do that. Any help with sampe code will be greatly appreciated