Thanks guys. The problem was indeed the URL. Changed that to IP address of proxy server and that resolved the problem.
2009/12/18 Patrick Okui <[email protected]>: > > [suppresses rants about php's ugliness ] > > On 18 Dec, 2009, at 10:52 AM, Simon Mutama wrote: > >> Markus, Patrick, all, >> >> Please see attached the full html source for the redirect page that >> contains the form. > > In your HTML you have... > > <form method='post' action='http://proxy1.stjude.local/mailform.php'> > > That kind of URL is most likely not reachable from the client's browser. Try > an IP address or a name that can be looked up in DNS. > > Also, for testing purposes, first replace that mailform.php script with one > that just does: > > <?php > print_r($_REQUEST); > ?> > > And see if it prints the form to your browser. As a by the way I would use > $_POST if in my form I used method="post" and $_GET for method="get". > > If both are fine, then check your mail logs if any attempt was made by the > webserver to put an email on the mail queue. > > -- > patrick > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > -- Simon Mutama +256-753-259080 _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
