[PHP] New Service - Short URL Unshortener
Hey All, Wanted to pass a kind word of a new service we launched called Unshortenr (www.unshortenr.com) - which was linkrater.com. Input a short url and you'll get the target address, the page title, and a description of the page. Soon to add an option to preview it with a images on/off type of deal. Feedback would be appreciated. Thanks, Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP operate file(fseek)
Hey All, I want to seek file pointer to some line in a huge file with fseek(). I know that can use fgets() to locate, but this line is uncertain, for example end of the file or in the middle of the file. Use fgets () loop to read may not be high efficiency. I need your help.Thanks. 2011-09-26 yzang