Read from text file..
I try to read with (fgets) from a text file that contains both heberw and english text mixed. My problem is the the PHP compiler ignores the new line and writes everything in one line. Note: I used--> $buffer = fgets($fp,4096); echo $buffer; Please help TODA RABA
I try to read with (fgets) from a text file that contains both heberw and english text mixed. My problem is the the PHP compiler ignores the new line and writes everything in one line. Note: I used--> $buffer = fgets($fp,4096); echo $buffer; Please help TODA RABA