The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I need something dymanic, easy to update and easy to make style changes too.
> PHP should be easy enough I imagine.
It can be, but you should look out for built-in functions that do the work for you, rather than writing them yourself. There have been a few times where I've spent a while creating something which needed doing, only to find PHP's built-in library does it for me.
Keep http://uk.php.net/manual/en/index.php ([URL]http://uk.php.net/manual/en/index.php[/URL]) in your favourites / bookmarks.
It will make life far easier if you have a lot of products on your site, you can allow people to search, sort and view items easier. It can also look better when you're pulling stuff from a database instead of using a normal HTML page.
Most hosts provide at least one MySQL database with their package now, only the really cheap and nasty ones that don't give you any support of anything will make you pay extra.
> HERE! :D
> Also [URL]http://www.e107.org[/URL] is a good example of what you can
> do with PHP and MySQL
That's the type of thing I'm looking for. I'm unsure if MySql is supported by our current host. PHP should be easy enough I imagine.
Also [URL]http://www.e107.org[/URL] is a good example of what you can do with PHP and MySQL
> Isn't sr one?
DOH! That's why ".php" features in the majority of links. That'll do.
I need something dymanic, easy to update and easy to make style changes too.