Posted by kumar kumar on 11/16/05 07:28
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
Navigation:
[Reply to this message]
|