Do you need to have a db to use php? For instance - I want to make a page that has 3 columns - the left column will be a menu, the middle will be content, and the right will be images.
I want to have 2 seperate files for the Left and Right column, so that those can be changed and updated - and then I can make random pages with different content in the middle column and just use the "include" command to include the colums on each page.
I've tried to do this without a db (because I'm having to work with a host who uses MS SQL 2000 - which I don't have - not mysql). ANyways, it's not working at all and I'm just curious if this is because I don't have the php pages linking to a db.
Can anyone help a newbie?
thanks!