Categories: Snippets

Print all value of an array – Smarty

Recent Posts

Clear the browser cache of CSS or JavaScript Using PHP

Other than caching every hour, or every week, you may cache according to file data.…

7 years ago

Current Site URL – Codeigniter

To get host url of current server simply replace application\config\config.php [crayon-68bdf9b548521968487857/] with [crayon-68bdf9b548529319992876/]  

7 years ago

PHP: fopen error handling

You should first test the existence of a file by file_exists(). [crayon-68bdf9b548a41597211283/] or simple solution…

7 years ago

Random String PHP

[crayon-68bdf9b548ced330240613/] Output the random string with the call below: [crayon-68bdf9b548cf5102904477/]  

7 years ago

PHP function to make slug (URL string)

Note: from WordPress Use it like this: [crayon-68bdf9b548fc3182101738/] Code: [crayon-68bdf9b548fca480097553/]  

7 years ago

Include all files with in the folder

[crayon-68bdf9b549500274758134/]  

7 years ago