Adding Batch / Multiple SQL Insert Queries with PHP’s mysqli_multi_query()
I had a project which required to insert a batch of mySQL database rows in one go with PHP. I firstly wrote the […]
I had a project which required to insert a batch of mySQL database rows in one go with PHP. I firstly wrote the […]
I was looking for a free / public API in which I could query a currency conversion rate just once per day, […]
I recently needed to setup the Paypal express checkout (which is a lightbox style pop-up that can be integrated into any web […]
Now, I am not sure where I originally found this script, or if it is the most efficient way to generate a password […]
I recently needed to add some error reporting onto a custom PHP script I had created. I looked at a few options including using a […]
A collection of some the simplest SQL examples that I always forget. Order by Random Want to return your result in a […]
PHP has a a great many options for formatting and manipulating dates. I always find myself going back and forth to find […]
I had the situation a few years back where we were running a custom developed job system (PHP with mySQL) and wanted […]
Here is some PHP functions and code to return a particular users time entries for a date range from the Harvest API. […]
Here is a quick set of codes that can be easily added to your HTACCESS file to give your website an extra layer […]
A very common way hackers can break into your website database is via targeting outdated PHP code and unsecured get variables, especially when […]