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.…

5 years ago

Current Site URL – Codeigniter

To get host url of current server simply replace application\config\config.php [crayon-6637662bc8a30939230373/] with [crayon-6637662bc8a36527712672/]  

5 years ago

PHP: fopen error handling

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

5 years ago

Random String PHP

[crayon-6637662bc8c86753062151/] Output the random string with the call below: [crayon-6637662bc8c8c906424215/]  

5 years ago

PHP function to make slug (URL string)

Note: from WordPress Use it like this: [crayon-6637662bc8dc5469924159/] Code: [crayon-6637662bc8dca797188556/]  

5 years ago

Include all files with in the folder

[crayon-6637662bc8f19445184467/]  

6 years ago