Create HTML Forms with Object-Oriented PHP
One of the things I really dislike about PHP is it’s reliance on spaghetti code. Every PHP developer has had to deal with <?php ?> tags strewn about HTML in a seeming mess. The worst situation is updating someone else’s code. Often it takes longer to decipher everything than it does to make the actual [...]