Posts Tagged ‘PHP’

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 [...]

Externally Create and Manage MediaWiki Accounts with PHP

Recently I was charged with integrating our content management system our company is developing with MediaWiki. Specifically, we wanted the appearance of a single account for both our CMS and MediaWiki. Since our CMS is were all the action happens and MediaWiki is serving as a user manual I decided to have our CMS also handle account management for MediaWiki.