Re: [PHP-DB] export to csv file

2002-09-29 Thread Michael GARGIULLO
You need to specify a path that the webserver has write permissions to. Yes this can be bad, so be careful. I have a script that grabs data from2 databases and writes the report out to a csv file, which the browser then downloads. - Original Message - From: Diana Castillo [EMAIL

Re: [PHP-DB] Re: PHP vs ASP

2004-11-27 Thread Michael Gargiullo
On Sat, 2004-11-27 at 19:57 +0800, javagen wrote: asp is not safe because asp only run in windows. Matthew Perry [EMAIL PROTECTED] news:[EMAIL PROTECTED] I need some ammo to convince my boss not to use ASP but use PHP instead. Appeal to his budget. php + mysql (Both will run on either

[PHP-DB] Compare a given value with multiple values field

2006-09-16 Thread Michael Gargiullo
Using 'like' is your best bet. With multiple condition, you could restrict the return set further. Is there a way to restructure your table? I don't know what the data represents, but you could use a field per list item( you could then index it t get very fast results). You could also use