IE 6.0.2 displays php script txt - Opera executes php script
Posted: Sat Dec 27, 2003 7:24 pm
Does anyone know why IE 6.0.28 would just display a php file script as text when the file is called as an form action whereas Opera (version 7.11) properly executes the php file when called by a form.php?
I'm writing a feedback form that is php and calls the sendfeedback.php
script in this manner (right now on my c: drive as I have not uploaded to a host yet.)
<form action="sendfeedback.php" method="POST">
Thanks for your help!
I'm writing a feedback form that is php and calls the sendfeedback.php
script in this manner (right now on my c: drive as I have not uploaded to a host yet.)
<form action="sendfeedback.php" method="POST">
Thanks for your help!