Hello, I need to write a script to export contact data for printing on stickers for mailing. There could be up to 20 000 records in the database table.
The main problem is that the number of records could be so high and the site is hosted on a shared server and exporting the whole 20k records would, presumably, kill the script or stall. I the numbers were not so high i would simply export all data into a hCard file.
The solution needs to be in PHP, and the resulting file must be usable by MS Office for use to print out address stickers.
All ideas are welcome!