Jump to content

Editing Web Content? Help


DarnJhud

Recommended Posts

Hi, I'm just new to web programming and and I want to learn which code is which.

what command is used to edit my web content without saving it in the database?

 

I've been experimenting on facebook and tried to edit my "about me" page and when i view it on page source, i noticed that it is not saved on database.

 

asd.png

 

so for example i have a simple page containing this:

 

<body>

<div> Content edit me</div>

</body>

 

how can i edit the content of this div?

 

will this need a bit of php or just a plain html5 can do this thing??

Edited by DarnJhud
Link to comment
Share on other sites

you can do it with php, but i believe you can use other programs to do this with also. i do mine with php for my site

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

I'm confused about what you are asking for. Are you trying to edit some code on a third party platform or is this your own code site your trying to update?

Link to comment
Share on other sites

I've been experimenting on facebook and tried to edit my "about me" page and when i view it on page source, i noticed that it is not saved on database.

 

There is no way for you to tell where something is saved. It is almost certainly saved in a database.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...