Posted by Rik on 08/15/06 13:43
dennis.mcknight@gmail.com wrote:
> i'm hosting the site at the free service agigforfree.com -- so maybe
> they have something set up. i'm not expereicned enough in PHP to
> figure a way around it (or to even verify that). i was hoping it was
> something I could fix on my end though.
Well you could do some checking:
1. Echo a random string on the page you go to on the submit. If it's the
same after the second submit, it's a caching issue.
2. print_r($_POST) on the page, do the values arrive correctly?
3. you could use CURL for some testing to see wether this is a user/browser
issue or a server issue. That will take some writing though.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|