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 [...]
Archive for category Instruction
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 [...]