Search
epochDEV Search Results: php tutorials&
Your php tutorials& search resulted in 2 matches.
Pages
-
Blog
Welcome to the Developer's Guild. Looking to learn HTML5, CSS3, JavaScript, jQuery, PHP, Photoshop or really anything else web-related? Or perhaps you're looking to discuss the latest web news & t...
Tutorials
-
Create a Function to Check if a Folder is Empty or Not
At one time or another, as a PHP programmer, you've no doubt needed to check if a directory or folder was empty or not. This PHP tutorial will show you how to accomplish this with a single-line fun...
-
Create a Function to Check If User Is a Bot/Spider
If you ever need to check if a user/visitor is a bot or spider you can do so by creating this quick php function....
-
Create a Smart array_merge Function
PHP's array_merge function is a perfect way of combining arrays. However, it doesn't properly merge keys (and values) from arrays outside of the first instance. Let's create our own function and fi...