HTML FORM -> $_POST['Var']

T

ThomasSoft.Net

Using PHP I have created a Web timecard system, which allows for
Submit/Approval functionality. Works fine when approving from a email using
Outlook2k/XP on a PC however when clicking the Aprove button from a
Entourage Client the POST data is not sent to the resulting html broswer
window for processing by the server. Any one have a fix or suggestion to
make this work on a MacOSX 1.3 running Entourage X/2004?

More detail, including code snippets can be provided if need.
 
T

ThomasSoft.Net

To expand, php is sending a email to the supervisor with a HTML form, when
the suppervisor hit the submit button it opens a browser to target webpage
but is not sending any variables.
 
Top