If you have a simple site without daily updates, without frequent database searches or if you want certain pages that are…
Tag: functions
For a recent project I was looking for a simple solution to reduce the size of a css file (minimize), I…
I worked for a while until I found the answer to the most used PHP functions in the most popular CMS, but…
If you want to modify the size of an array, larger or smaller than its current size, use array_pad() and array_splice() function. How to make an…
Below is an example code and a functions in php to check if youtube video is still valid: <?php /** *…
Lorem ipsum or just Lipsum is placeholder text commonly used in laying out web designs, print or graphic. For those who…
If you ever wondered, now can I hide PHP error messages in browser? here are some simple solutions: in php.ini file…