jbrewer wrote:
> I'm currently writing my first CGI script (in Python), and I keep
> getting an error I don't know how to address. I'm not sure if this is
> a Python or Apache error, but I suspect it's an Apache config thing.
I suspect it's neither :)
Make sure your HTML form looks like
--
http
Philippe C. Martin wrote:
> Hi,
>
> The following code outputs the actual HTML text to the browser, not the
> interpreted text.
>
> Any idea ?
>
> html_ok = """
> Content-Type: text/html\n
>
> ...
> """
Avoid the starting newline (before content-type).
Add at least TWO newlines after conten
28tommy wrote:
> Hi,
> I'm trying to find scripts in html source of a page retrieved from the
> web.
> I'm trying to use the following rule:
>
> match = re.compile('')
>
> I'm testing it on a page that includes the following source:
>
>