javascript - Admin section for website? -


i'm wondering if following thing possible:

an 'admin' section on website in administrators can input link image or video (for example youtube or google) causing html code on website edited in way.

for example:

admin x logs in. admin x wants change video on index.html. admin x puts embed code in input field , presses send. website handles request , updates website may see it.

does know if feasible?

i thinking may possible using mix of jquery, javascript , php, i'm not sure this.

first of all, creating admin section require build/use sort of authentication system , way save admin user info , password hash. can save user information sort of database, , login using username/password form page should run under https login credentials don't transmitted on network.

this type of problem describe solved using content management system (cms). there lot of known cms's both open source or proprietary, , people swear of them.

it's important try , figure out 1 feel comfortable using out of box, or modifying.

my favorite php cms processwire because find custom fields easy implement when using it. can create field site admin enter the embed code show when page renders.

good luck!


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -