A question was asked today on the Professional PHP Developer’s Google group related to SimpleXML and using it to read feeds. From time to time developers have a need to consume web service feeds, like RSS feeds, and use them in some capacity. Whether it be reading for display or for aggregation, the basic [...]
Simple PHP Excel exports
Nov 8
From time to time developers may need to be able to export data to an Excel spreadsheet. And there are lots of tools that allow developers to do just that, in many different, robust ways.
But what if you just need to put something together quickly that allows your users to be able to take a [...]
One of the questions that I see come up quite often from new developers is “How do I make it so that when someone enters something in a form and there is an error that the stuff they entered stays in the form?”. It is a perfectly logical question with an equally simple solution [...]
PHP for anyone
Aug 13
Welcome to PHPBeginner.net, home of the n00B PHP developer manual and instruction guide! The goal of this site is to provide entry level instruction to developers that are looking to get into PHP development. No assumption of current programming knowledge is made, but we do assume you know your way around (X)HTML. We believe anyone, [...]