need help with my cgi mailform

sherezad

New Member
Messages
1
Reaction score
0
Points
0
I have not prepared a cgi form in a long long time... and the one I am trying to use in my x10Hosting site
is definitely not working at all, quite likely it is really old fashioned.

The mailform I want to use is this one (http://sherezade.x10.mx/form.html):
<BODY background="molino.gif">
<h3>Proyecto Sherezade</h3>
<img src="form.gif"> <p>
<FORM METHOD="POST" ACTION="http://sherezade.x10.mx/cgi-bin/mailform?proyectosherezade@hotmail.com+fernand4@cc.umanitoba.ca+joselmartin@hotmail.com">
<PRE><B>Nombre y pa&iacute;s:
<INPUT TYPE="text" NAME="Nombre y pais" VALUE="" SIZE=40>
T&iacute;tulo del cuento:
<INPUT TYPE="text" NAME="Titulo" VALUE="" SIZE=40>
Comentarios:
<TEXTAREA NAME="Comentarios" ROWS=15 COLS=50></TEXTAREA>
<INPUT TYPE="submit" VALUE="Enviar">
<INPUT TYPE="reset" VALUE="Borrar">
</FORM></B></PRE>
</BODY>
</HTML>

Can anyone tell me what I´m doing wrong?

Thanks in advance,

Jose Luis Martin
Proyecto Sherezade
http://sherezade.x10.mx/
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
cgi-bin no longer works on the free hosting servers. Only PHP.
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Please use
PHP:
, [html] or [code] tags (as appropriate) to separate and format code.

Note that a [URL="http://www.catb.org/~esr/faqs/smart-questions.html#before"]search[/URL] of x10hosting.com for [URL="https://www.google.com/search?q=site%3Ax10hosting.com+cgi&tbs=cdr%3A1%2Ccd_min%3A1%2F1%2F2011%2Ccd_max%3A"]CGI[/URL] over the last year or so reveals that CGI scripts have been disabled.
 
Last edited:
Top