Re: [PHP] fputs() to save mysql db file

2001-01-19 Thread Richard Lynch
> I am trying to make a tab delimited file of a mysql table so I can open > it with Excel. > I select the data - 40 fields, 808 records no prob. > I view a mysql_num_rows() query to make sure it selects all records; no prob. > > I create a tab delimited format: > $result = mysql_query("SELECT * FR

[PHP] fputs() to save mysql db file

2001-01-19 Thread Lawrence Blades
I am trying to make a tab delimited file of a mysql table so I can open it with Excel. I select the data - 40 fields, 808 records no prob. I view a mysql_num_rows() query to make sure it selects all records; no prob. I create a tab delimited format: $result = mysql_query("SELECT * FROM $database"