PROBLEM with form in cgi

CheapSkate gua81 at XXXyahoo.com
Mon Sep 30 21:00:23 EDT 2002


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