PHP PHP Truncate Number To Decimal By techieDan PHP October 9, 2013 How do we truncate a decimal value number to a number we would like in PHP? There is no truncate function in PHP, so here is the workaround. Read More
PHP SQL LIKE query in PHP mysqli error By techieDan PHP November 30, 2011 mysqli preparedstatement for SQL LIKE for php has some small bugs. You have to use CONCAT to solve this part. Perfect for those people in php development shifting from … Read More
Tutorial Changing Date Format in PHP By techieDan Tutorial April 3, 2009 I have been wondering how I can change my date Format in PHP. Seemingly as I have been very familiar with JAVA and JSP all thru my working life, … Read More