PHP Tutorial #2: Object-Oriented PHP4 vs Object-Oriented PHP5 (Intermediate)
Categories: PHP Tutorials
Personally, when I write Web applications in PHP, I love to use classes. They just make things easier, if used properly, in my opinion. When I first started writing object-oriented PHP (OOPHP), PHP5 was not released yet. Needless to say, when PHP5 came out, I had to relearn a few things in order to write proper OOPHP. In this article, we’ll be exploring the differences between object-oriented programming (OOP) in PHP4 vs. PHP5. more…
no commentsPHP Tutorial #1: PHP Basics (Beginner)
Categories: PHP Tutorials
Ok, so this begins my series of PHP Tutorials. I’m planning on doing some for other languages. These tutorials will not usually be in any particular order, and usually, unless otherwise specified, they will not be directly related, though some may use things discussed in previous tutorials. Each tutorial will be ranked either beginner, intermediate, or advanced. So, here goes!
In this tutorial, we’ll be going over the very basics of using PHP in a web page.
more…
Contact Form & Addition to “What’s New”
Categories: Uncategorized
This weekend was fruitful, in the way of work on Kulerwerks’ website.
no commentsRecent Work to the Site
Categories: Uncategorized
So I haven’t quite felt like sleep tonight, and I’ve been doing some work towards having the site running at full capacity.
no comments