Basically I have a client who needs the data in text format to pop into a foxpro app.
He wants to periodically generate these text reports, and there will be different options (i.e only select certain names, or names after a date, etc....)
I tried the running the script, and kept gettign an error message - when I ran query in php admin I got this:
SELECT * FROM zip_codes INTO OUTFILE 'zip.txt'
MySQL said: Access denied for user: 'spidata@localhost' (Using password: YES)
My sys admin is telling me I have full privileges set - what's up with that? I also don't see this 'Access denied' message when I run the php script - just the 'error' message.
Thanks
Gordon