Hello all ,
I am creating a word file named salaryslip using php with fopen().
onrunning this above code on localhost a new word file salaryslip is creating well.Code:$f=fopen("NewSalarySlip/SalarySlip_$employid.doc","w") or die("Can't open file");
But on running it on Server , error msg "Can't open file" is displayed .
Please help me to create that new word file successfully on Server also .
any suggestions will be appreciated.
Thanks & regards.



Reply With Quote

Bookmarks