> 1. Menu of what type of merge you want to do. (Initialize working table)
> 2. Process Data File (Initialize working table and then load in new data)
> 3. Build Email
> 4. Send out Email

How many PHP scripts correspond to these 4 steps? Is it one script (or
more) for each step? For example:

  step1.php
  step2.php
  step3.php
  step4.php

Or is it just one "dispatcher" script:

  index.php?step=1
  index.php?step=2
  [etc.]

Or something in-between?

Also, have you had a chance to get more information yet from your web
access logs?

Finally, have you reproduced the problem while watching the network
activity using something like tcpdump or Firebug's "Net" tab?

Ben

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to