Hi everyone.. I am brand new to this forum and to the world of PHP, but am eager to learn... And I am unsure about the best approach for my goal here, so I'll explain what the situation is, and hopefully someone here can give me some suggestions on what I should do-- and maybe some examples on how I can do it?
Ok.. I have a webpage (highly css formatted) which displays information about seminars/workshops/retreats and their dates.
There are many many many of these, and there are many that are going to be continued to be added to this page.
the html content is something like this:
a div class which specifies whether the background image in that <div> is a logo for a workshop, retreat, masterclass, etc.
an h1 and h2 stating the city and location of the event
a paragraph formatted so that the text floats beside the image-- the text is the actual street address.
a paragraph formatted to appear under the image-- the text is the date and time.
So, my question is-- is there a way that I can just enter this html in to a file to be included via php, which is not in any particular order, but then with the use of php, it can sort through and find the date in each block of html and display it in chronological order.
Is this going to require the use of a database?
Again, I am someone with a good knowledge of html and css, but absolutely none when it comes to databases and php... Though I do know how to program 6502 and applescript!!!
-patrick