Archive for July, 2011
Recursively reading files based on search option in PHP 4 and 5
Sunday, July 17, 2011 6:36 2 CommentsRecursively reading files based on search option in PHP 4 and 5. It is a small script written in equivalent to Directory.GetFiles method in C#.
Detecting URL and Making it as link in Text
Sunday, July 17, 2011 4:20 1 CommentWe might be having large text, with urls without links. Instead of editing the text or post, we can make the url as link dynamically while displaying it in browser.
Moving large file from one server to another server without downloading locally
Monday, July 11, 2011 16:07 1 CommentHere is the simple script to copy large file from one server to another server without downloading it to local machine.
Script to Log into an SMTP server – phpmailer
Monday, July 11, 2011 14:59 4 CommentsBest way to read and send mails is log into an SMTP server.