chittivenureddy



FICGS social network & forums : username  chittivenureddy  registered on May 20, 2010

Real name : venu reddy         (profile in the social network)       (blog)


venu reddy



Birthdate :

Country : INDIA     (IN)

Number of posts : 1

Number of points : 100




Last posts :


questions answers, 2010-05-20 16:43:24
How to read text data from .docx in PHP

hi all how to read a .docx file in PHP this is my code but its return some junk data $fileHandle = fopen("test.docx", "r"); $line = @fread($fileHandle, filesize($userDoc)); (...)