Tinkering

Our works (functions, class, code snippets...) which can help developers in some cases.

rating_score_to_stars function in PHP

I'm going to share with you a PHP function which can help you convert you rating score to HTML stars using Bootstrap Icon class. It allows developers to easily convert a numerical rating score into a...

date_reformat function in PHP

My custom function which can help you quickly reformat a date value in PHP.