I'm looking to create a page with PHP, and I don't really know how to describe it. I can only give an example. http://www.penny-arcade.com. They have a function which automatically updates all of the pages and links whenever they upload a new file.
The file data is most likely stored in a database and the page is generated from data stored in the database. There's no one particular way to do this. You'll just have to start at step one (input) and work your way to display and customizations.
I have an Apache Web server with php running. What I want to do is able to access an oracle database which is on a different server (i.e different ip address from the webserver) . How do I do that?
Thanks