tag
Class
- A Simple Mail ObjectSending plain emails with PHP can be pretty easy. On a basic level you can just call mail(), which triggers …
- How I Learned to Stop Worrying and Love the String ObjectPHP was the first programming language that I understood fluently. Sure, I had dabbled in BASIC, Java, …
- Revisiting the Database ClassSeveral months ago I wrote a blog post describing how to create a database class that would wrap the native …
- A Reusable Database Class in PHPFor the last post in this short series on SQL I wanted to explain some more in-depth usage. A technique that I …
- Distance Compare Class Part BThis post assumes advanced understanding of PHP and some object orientated knowledge. In my last post, I …
- Distance Compare Class Part AThis post assumes advanced understanding of PHP scripting and some object-orientated knowledge. One area of …