Frage

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:)!

War es hilfreich?

Lösung

You basically want to store HTML tags inside a database and if a page has a certain create a html page based on them tags? – Sythnet 13 mins ago

what i want to do is pull the information from the database and display it on a new page automatically without physically creating the html pages individually as we have machines come in and out constantly. So if a new machine came in it would see the new name create the page then display the data relevant to the new machine – RipperStatic 10 mins ago I don't think that is possible, you need to write html to display information on the web page – Sythnet 7 mins ago

thanks, i wasnt too sure but i just wanted to confirm as im new to php, so would it be possible to use say a html template and then generate a new page in another language then have that page populated via the php? – RipperStatic 5 mins ago Yeah, you could write a C#/Java whatever application which generate tags for you and generates your own HTML page for you, that is possible. – Sythnet 2 mins ago edit

okay thanks will look into that :) – RipperStatic 2 mins ago

Since I guess the answer has been solved in a way or (redirected), I'm going to post the conversation as the answer.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top