Skip to content
ShamusDollin
  • About Me
  • APIs
    • PHP API Integrations
    • Google Analytics Reporting API
    • MYOB API
    • Paypal API
    • Harvest API (V1)

Category: PHP

MySQL PHP

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 […]

Read more
PHP PHP API Integrations

A Short & Free PHP Script To Return A Currency Conversion Rate

I was looking for a free / public API in which I could query a currency conversion rate just once per day, […]

Read more
Paypal API PHP

Paypal Client Side Express Checkout Popup PHP Cart Example Code

I recently needed to setup the Paypal express checkout (which is a lightbox style pop-up that can be integrated into any web […]

Read more
PHP

A PHP Function To Generate 1 Random Password, Or 2, Or 2… Million…

Now, I am not sure where I originally found this script, or if it is the most efficient way to generate a password […]

Read more
PHP

Quickly Add Email Error Reporting to Your PHP Application or Script

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 […]

Read more
MySQL PHP

6 Awesome mySQL Statements That I Always Forget

A collection of some the simplest SQL examples that I always forget. Order by Random Want to return your result in a […]

Read more
PHP

How to format or manipulate dates and times with PHP

PHP has a a great many options for formatting and manipulating dates. I always find myself going back and forth to find […]

Read more
MYOB API PHP

Using PHP to create a CSV download for import into MYOB

I had the situation a few years back where we were running a custom developed job system (PHP with mySQL) and wanted […]

Read more
Harvest API (V1) PHP

Using PHP and the Harvest API to return project time for a date range and user

Here is some PHP functions and code to return a particular users time entries for a date range from the Harvest API. […]

Read more
htaccess PHP

Some Quick HTACCESS Codes to Boost Site Security

Here is a quick set of codes that can be easily added to your HTACCESS file to give your website an extra layer […]

Read more
MySQL PHP

An example of coverting old-school PHP mysql to more secure mysqli

A very common way hackers can break into your website database is via targeting outdated PHP code and unsecured get variables, especially when […]

Read more
ShamusDollin

Quick Links

  • Home
  • About Me
  • Articles
  • Contact

Shop Online

  • Resources

© 2026 Shamus Dollin