Post: How to change text via control panel
10-15-2011, 04:34 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I have been looking and cannot find this, will someone instruct me on how to do so?

ex:

lets say we have a file on a server (index.html) domain.com/index.html

and it's very simple.

INDEX.HTML:
<body>
<p>This is the text I want to change</p>
</body>

Now I want to make a login page (domain.com/admin/index.html)

it will login then I want to have the ability to change the <p> text on domain.com/index.html from a textbox on domain.com/admin/index.html

if that makes sense, there is no really good articles or blogs on how to do this so if you could instruct me that would be nice Happy


btw making this for a screen snapr site
(adsbygoogle = window.adsbygoogle || []).push({});
10-15-2011, 10:22 AM #2
Renegdr
Do a barrel roll!
You're probably going to have to look into using php for that, as far as I know html doesn't have the capabilities to do any of what you want to do. I'm no php expert so you'll have to do some research yourself (You must login or register to view this content. is a good place to start)
10-15-2011, 07:32 PM #3
t0asty
Web Dev / Security
If you let me know what you want ill create the script for you, Upload you index ect. I cant really understand from what you typed (might be me, might be you but most probably me :p) so just to run it by you first:

You have a page at 'yourpage.html' and you want to make an admin page at '/admin' where you can change the text on the 'yourpage.html via entering it in a textbox?

Is that right?

What your basically doing is storing your text / data in a database and then calling that table when you need it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo