Here the production system is Linux based and the development system is Windows based, hence the code has the following problem, what should be done to get the code to work on the Windows system.
The Linux machine runs php-4.3.2-8.ent and the windows machine runs php 5.2.6. on the Linux machine the gyform1.php runs fine, but on windows it crashes with header error and warnings. However if you add line 9 (ob_start();) as in gyform1-win and remark line 25-27
/*HEADER("Expires: time()");
HEADER("Pragma: no-cache");
HEADER("cache-control: no-cache, no-store, must-revalidate")*/
the code runs fine on the windows system. What is be the problem?
here I have attached those php files. Someone please answer me!!