Blog Detail
PHP mysql javascript apache shell script tutorials for beginners
http://php-tuts.blogspot.com
PHP Mysql,JavaScript,Apache,CSS,HTML,Shell Scripting tutorials : PHP function list n syntax,Error messages in php,cacheing techniques ( page level cache and data cacheing),Memory management , Different mysql extension,oops style of programming,JavaScript and CSS,htaccess,apache,classes...,shell scripting, mysql data types and lots of programming stuff.
Best of luck geeks
Recent Posts
Adjacency List Model and Nested Set Model for hierarchical data in MySQL
I am working on classifieds website these days. These kind of websites are getting famous these days and they also have average kind of traffic. while working on database designing for websites like classifieds / auction / web directories, we have to...
new php.ini directives in php5
PHP 5 came up with some new directives in php.ini file. I am writing about all new directives introduced in PHP 5. Heres the list...1) mail.force_extra_parameters : Force the addition of the specified parameters to be passed as extra parameters to th...
Standard PHP Library extension download introduction
Standard PHP Libraryphp5 is focused on object oriented strict syntax and object oriented capabilities. Standard php library (SPL) made this job very east. SPL provides all standard set of interfaces for PHP5 to simplify the data access and traverse t...
language construct in php echo print isset unset empty include
What is language construct?Language constructs are built in to php and they can be used like a function. But the basic difference between them is the language constructs can't return the anything.language constructs can be used with or without parent...
how to avoid direct access to file protect files in php
If you don't want users to access some files directly from browser then you can simply use following php script on top of such files. ...
clearstatcache filesystem function clears cached file status
PHP maintains the status of files in internal cache. If we are using any of the file functions like is_file , is_readable , is_writable, filectime() etc then php stores the information returned by the applied function and if we try to use that same f...

