Re: [PHP] Another question about functions...

2008-01-31 Thread Jason Pruim
On Jan 31, 2008, at 8:19 AM, Zoltán Németh wrote: I can try :) when I downloaded in clicking on the link, and tried to open it OS X popped on a message saying that I had downloaded an applicaiton and it was the first time I had tried to open it, was I sure that I wanted to, and I could view th

Re: [PHP] Another question about functions...

2008-01-31 Thread Zoltán Németh
2008. 01. 31, csütörtök keltezéssel 08.12-kor Jason Pruim ezt írta: > On Jan 30, 2008, at 7:53 PM, Richard Lynch wrote: > > > On Tue, January 29, 2008 1:39 pm, Jason Pruim wrote: > >> Okay, so I checked everything I can think of, and it's still > >> downloading it as an application which means it'

Re: [PHP] Another question about functions...

2008-01-31 Thread Jason Pruim
On Jan 30, 2008, at 7:53 PM, Richard Lynch wrote: On Tue, January 29, 2008 1:39 pm, Jason Pruim wrote: Okay, so I checked everything I can think of, and it's still downloading it as an application which means it's downloading the entire website instead of just the data from the database... Any

Re: [PHP] Another question about functions...

2008-01-30 Thread Richard Lynch
On Tue, January 29, 2008 1:39 pm, Jason Pruim wrote: > Okay, so I checked everything I can think of, and it's still > downloading it as an application which means it's downloading the > entire website instead of just the data from the database... Anyone > have any idea what to check? Can you expla

Re: [PHP] Another question about functions...

2008-01-30 Thread Jason Pruim
On Jan 29, 2008, at 4:29 PM, Nathan Nobbe wrote: On Jan 29, 2008 3:53 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: I did as you suggested, and I think I found the reason... I included info for the doctype, and some files that are on all my pages... Once I comment out those lines it works just

Re: [PHP] Another question about functions...

2008-01-29 Thread Chris
What's happening is, I have the code set and it downloads the file into excel, but it doesn't have the database fields in it, rather a copy of the entire webpage which it trys to put into excel. Below is the code that I am using in my function to export the records: echo $select . "\n";

Re: [PHP] Another question about functions...

2008-01-29 Thread Nathan Nobbe
On Jan 29, 2008 3:53 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > I did as you suggested, and I think I found the reason... I included info > for the doctype, and some files that are on all my pages... Once I comment > out those lines it works just fine... > I'm assuming that that is expected beha

Re: [PHP] Another question about functions...

2008-01-29 Thread Jason Pruim
On Jan 29, 2008, at 2:46 PM, Nathan Nobbe wrote: On Jan 29, 2008 2:39 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: Okay, so I checked everything I can think of, and it's still downloading it as an application which means it's downloading the entire website instead of just the data from the databa

Re: [PHP] Another question about functions...

2008-01-29 Thread Nathan Nobbe
On Jan 29, 2008 2:39 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > Okay, so I checked everything I can think of, and it's still > downloading it as an application which means it's downloading the > entire website instead of just the data from the database... Anyone > have any idea what to check?

Re: [PHP] Another question about functions...

2008-01-29 Thread Jason Pruim
On Jan 29, 2008, at 11:58 AM, Jason Pruim wrote: On Jan 29, 2008, at 11:48 AM, Nathan Nobbe wrote: On Jan 29, 2008 11:07 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: What's happening is, I have the code set and it downloads the file into excel, but it doesn't have the database fields in it, ra

Re: [PHP] Another question about functions...

2008-01-29 Thread Jason Pruim
On Jan 29, 2008, at 11:48 AM, Nathan Nobbe wrote: On Jan 29, 2008 11:07 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: What's happening is, I have the code set and it downloads the file into excel, but it doesn't have the database fields in it, rather a copy of the entire webpage which it trys to p

Re: [PHP] Another question about functions...

2008-01-29 Thread Nathan Nobbe
On Jan 29, 2008 11:07 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: > What's happening is, I have the code set and it downloads the file > into excel, but it doesn't have the database fields in it, rather a > copy of the entire webpage which it trys to put into excel. this sounds to me like you may