PROBLEM with form in cgi
CheapSkate
gua81 at XXXyahoo.com
Mon Sep 30 21:01:55 EDT 2002
sorry it's "invalid syntax" not "syntax error"
Cheers.
"CheapSkate" <gua81 at XXXyahoo.com> wrote in message
news:anas2k$i2b$1 at lust.ihug.co.nz...
> HI,
> I'm having problem trying to figure out what is wrong with my cgi script.
> here's the code that's creating the problem in the apple.cgi
> print """<form action="delete.html" name="myform" method="post">"""
> ^
> it keeps on saying invalid syntax in the action(as indicated)
> and if I try to change it to this
> print """<form action="delete.html" name="myform" method="post">"""
> ^
> it gives the error at action.
> Please help.
More information about the Python-list
mailing list