↧
Useful PHP String Functions
PHP has a rather large number of string functions. (They are pretty boring on their own — the fun always comes when you’re already in deep coding trance). On my local machine alone, Adobe DreamWeaver...
View ArticleWorking with PHP Files and Directories
File Access and EOF PHP offers a number of functions for handling and working with resources. This articles discusses functions dedicated to file manipulation in PHP. What is a resource? A resource is...
View Article