Categories: Snippets

Include all files with in the folder

Share

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-66338a0794606613622236/] with [crayon-66338a079460c728954034/]  

5 years ago

PHP: fopen error handling

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

5 years ago

Random String PHP

[crayon-66338a0794816104662290/] Output the random string with the call below: [crayon-66338a079481c355198512/]  

5 years ago

PHP function to make slug (URL string)

Note: from WordPress Use it like this: [crayon-66338a0794935716411297/] Code: [crayon-66338a0794939175269270/]  

5 years ago

How can I remove 3 characters at the end of a string in php?

[crayon-66338a0794b16315239150/] or [crayon-66338a0794b1c218082433/]  

6 years ago