Skip to content

Ian Grieve

2,410 Posts
126,703 Views
Dynamics 365 Great Plains

PHP Snippets: Data Types

This post is part of the series where I will be covering the basics of developing in PHP. PHP supports a number of data types which are used to store different kinds…

📅 24 July 2026 👁 67 views ↗ azurecurve
Dynamics 365 Great Plains

Excel Snippets: CONCAT Function

I might not post many Excel snippets, but I’m collecting them into a small series to make them easy to find. CONCAT is the modern replacement for the CONCATENATE function, which has…

📅 22 July 2026 👁 63 views ↗ azurecurve
Dynamics 365 Great Plains

PHP Snippets: Variables

This post is part of the series where I will be covering the basics of developing in PHP. Variables are used to store data that can be referenced and used throughout your…

📅 17 July 2026 👁 15 views ↗ azurecurve