Re: Develloping under PHP4 and APACHE

> I am developping a web-site with easyPHP compatible with amaya browser =
> (use of MathML), i don't undestand with when i test it locally and =
> online and when i try to submit a form to MySQL it says "Impossible to =
> submit the form: missing action" whereas it work with MSIE5.
> Someone could help me?. I am using v4.3.2
> Thank you.

I guess the element FORM has no action attribute that gives the URI for the 
POST or GET.
I know that IE and Netscape allows you to omit this attribute, but HTML says 
that it's
mandatory.

Received on Wednesday, 9 May 2001 11:11:30 UTC