One thing I used to do to speed things up was setting up SSI on my server. I would make the recip tables and save them as 1.txt and place them in a folder on my server. Then when I made my gallery template I would place an ssi call at the top of the page like:
<!--#include virtual="/ssi/recips/1.txt" --
Then all I had to do was change the 1 to a 2, 3, etc to change the recips on the page. And of course name the pages accordingly (1.html, 2.html). Much faster for me then search and replace.
For submitting I would use a tool called QPhrase...
|