I'm needing to save two bits of data which can be updated via an adminstration type page.
It'll be a image URL and a header string.
Normally I'd save it in a DB table but it seems pointless to createa a table for two fields? Is there an alternative.
I may add a few more items at some stage so will need to be able to differentiate betwee each bit of data.
Any ideas, needs to be simple for php page to read and load and also easy to manage and update via a php/html admin page by a user who is not a IT person.