_Dean_ commented on a Page, 2 in 1 - Tinyurl and !d (google define) sockets  -  Feb 09, 2011

it is best if you are going to use a regex not to use a greedy one^^

the "greedy one" will catch only links of tinyurl and the preview, so i dont see a any difference, to use

/<blockquote><b>(.+)<\/b>/ 

or

<blockquote.+>(.+?)<\/b>/)

since both, will do the same thing... (except mine, will catch the preview links)

by the way, the POST method its just a preference, cause u can catch the same information by GET

as preference, the $sock(turl).addr its just the way u script, since the
tinyurl.com has 11 bytes, and $sock(turl).addr has 16, it will not "short" nothing

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.