actually, i am posting the form values to the www.mysite.com/cgi-bin/mod
s
Main Topics
Browse All Topicsi have configured the "cgi-bin/modulev2.cgi" to my apache web server ... it is working independently calling this extension .. but when i use this from my form post where I am using in to paybox payment gateway and posting into this page there is an error,
[Wed Jun 17 07:43:32 2009] [error] [client 34.3.15.25]
[host test.com] malformed header from script.
Bad header=<!-- PAYBOX MODULE.CGI v501 --: modulev2.cgi, referer: http://test.com/index.php/
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
actually, i am posting the form values to the www.mysite.com/cgi-bin/mod
s
The problem is not the html for, but the modulev2.cgi script. You need to print the header that ozo mentioned. You can do this using the CGI module.
If you are already printing a header in your script, then it could be an error in your script causes some error to be displayed before the header. Post the script, and we can help more.
Business Accounts
Answer for Membership
by: ozoPosted on 2009-06-18 at 02:42:20ID: 24655790
Your header should be something like
Content-Type: text/html; charset=ISO-8859-1
This should be the first thing your script prints