in reply to why this simple cgi script returns error ? !

You made two errors posting your question:

You made two errors in your code:

Update: Typo fixes

Replies are listed 'Best First'.
Re^2: why this simple cgi script returns error ? !
by adam_blackice (Acolyte) on Apr 04, 2007 at 23:42 UTC
    first iam sorry for my mistakes and i not going to make the same mistakes .....\
    so the problem was in the
    and i made it and every thing is fine now
    thanx for all :)
      When posting to this site, you can escape html with <c></c> tags, as in
      problem was in the <c><br /></c> and
      or by using &lt; as in
      problem was in the &lt;br /> and
      Writeup Formatting Tips may come in handy. Cheers.