I currently have a website where i am pulling information from a database and uploading to the web database.
What im having trouble with is generating pages based on that information.
My question is, is it possible to generate pages in php?
If so how would i go about doing so the information is the machine name, job its running quantity.
What im trying to do is using that information to generate a page on the machine names and either an auto refresh for that information or sliding through each new generated page to display data on a screen.
Any pointers or help would be greatly appreciated:)!