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

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 :)
  • Comment on Re^2: why this simple cgi script returns error ? !

Replies are listed 'Best First'.
Re^3: why this simple cgi script returns error ? !
by fenLisesi (Priest) on Apr 05, 2007 at 06:17 UTC
    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.