logo logo
How to List A Directory Contents Using PHP (Recursive)
To list contents of a directory is simple in PHP, just use three PHP directory functions, opendir,  readdir and is_dir. The code: <?php function...
Prototype: Using Ajax.Updater to Update Browser’s DOM Element
Ajax has become popular since it allows web application to behave interactively like a desktop application. It allows asynchronous communication between...
How To Define Global Absolute Path in PHP
A path is general form of a filename or directory that specified a unique location in a file system. In web programming, a path  is used to define links...
Page 5 of 512345
bottom