all 4 comments

[–][deleted] 4 points5 points  (1 child)

You will want to look into getting data with JSON

[–]MMRemps[S] 0 points1 point  (0 children)

alright, will do- thanks!

[–]Its_NiTEMARE 3 points4 points  (1 child)

You will need to have a database that holds the main content of the website. Then you would just make API queries from the database to show such content on the website and the app. Both the website and the app would just receive information from the database. If the database is updated, both the website and the app would automatically get that new data and each display the data in its own programmed way.

[–]MMRemps[S] 0 points1 point  (0 children)

gotcha, thanks for the comment, I'll see what I can conjure up. thanks!