Blog Detail
What A Lamp (Self-Study Reference Centre)
http://www.whatalamp.com
Javascript, PHP, MySQL study notes
Recent Posts
File and Directory functions
Validating file_exists(”test.txt”); is_file(”test.txt”); is_dir(”/temp”); Checking States is_readable(”test.txt”); is_writable(”test.txt”); is_executable(”test.txt”); Determining...
Directory operation in PHP
Create Directory mkdir(”testdir”); Remove Directory rmdir(”testdir”); Open a Directory for Reading $dh = opendir(”testdir”); Reading the contents of Directory $dirname=”.”; $dh = opendir($dirname) or di...
File operation in PHP
Open File fopen() returns false when the file can not be openned. if ($fp=fopen(”test.txt”, “w”)){ //do something } Close File fclose($fp); Reading from file fgets($fp, 1024); // get 1024 bytes feof($fp); // end of the fil...
Find right ACT Classes for your ACT Training
Everyone knows ACT is an CRM software. CRM is customer relationship management. Almost every business needs one installed in his office. Now ACT has sage products, or ACT! by Sage 2010. Includes everything that the standard ACT! by Sage 2010 does but...
Upgrade to WP 2.8.4
Keep the software updated is very important. Especially for security issues. Related posts No related posts....
Upgrade to WordPress 2.8.2
It is important to upgrade your wordpress to 2.8.2. WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. D...


It is a terrific site gave me many helpful tips of Linux and PHP script language.
Posted: June 18th, 2009 | Report This Comment