[PHP-WIN] html2ps : Unable to fork on PHP

2001-11-07 Thread Krushna Kumar
:\projects\pdfgener\rusty\index.php on line 61 Code used Line 60:system("$html2ps_path -f $html2ps_config -o $tmpfname.ps $tmpfname"); Line 61:system("$ps2pdf_path $tmpfname.ps $tmpfname.pdf"); Regards krushna Kumar

[PHP-WIN] Problem retrieving form elements value on php

2002-12-01 Thread Krushna Kumar
Dear All, I have a HTML form and take user name and password, on submitting I try to validate the value on the next file, but the input form element values are not retrieved on the following file, I have provided the code I have written, Kindly help me trace the error. Php version used - 4.2