Re: [PHP] issue a value on header, not working..

2004-07-26 Thread Louie Miranda
ah ic, thanks. it now works fine. thanks also for the tip! :) On Mon, 26 Jul 2004 23:29:06 -0700, Justin Patrin <[EMAIL PROTECTED]> wrote: > On Tue, 27 Jul 2004 11:59:14 +0800, Louie Miranda <[EMAIL PROTECTED]> wrote: > > This outputs a filename on $catchresult, and im working on redirecting > >

Re: [PHP] issue a value on header, not working..

2004-07-26 Thread Justin Patrin
On Tue, 27 Jul 2004 11:59:14 +0800, Louie Miranda <[EMAIL PROTECTED]> wrote: > This outputs a filename on $catchresult, and im working on redirecting > it to that file via header. But when ever i run this the value of > $catchresult is not being pass to the header() on php. > > $catchresult = $db_

Re: [PHP] issue a value on header, not working..

2004-07-26 Thread zareef ahmed
--- Louie Miranda <[EMAIL PROTECTED]> wrote: > This outputs a filename on $catchresult, and im > working on redirecting > it to that file via header. But when ever i run this > the value of > $catchresult is not being pass to the header() on > php. > > $catchresult = $db_view->getOne($getfile);