HI How to uncompress compressed data with php://input Which one of the following is correct 1 .$unzip = gzinflate("php://input","r"); $getdata = fopen($unzip."r"); 2. gzcompress("php://input","r"); $getdata = fopen($unzip."r"); what the best solution help me With regards Praveen __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php