[PHP] New Service - Short URL Unshortener

2011-09-25 Thread Mike Mackintosh
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

[PHP] PHP operate file(fseek)

2011-09-25 Thread yzang
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