Technical Articles

In-depth guides, insights, and best practices for modern software engineering

A PHP Mail Class

Below is a Mail class I created in PHP, it requires 4 arguments on initiation of the class via the constructor and uses the method ->send() to send …

Read Article →

unexpected T_IF

Getting “Parse error: syntax error, unexpected T_IF” in PHP?

Check if the preceding line ends with a ;

This is one of the most common PHP …

Read Article →