Click here to Skip to main content
15,909,530 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project requirement. I need to provide an end-user functionality on my HTML website where the user can change the page titles as per his requirements. For example: I have page with title "Account Activity". Now the end user wants it to be customized as "Acc. Activity". Along with the page title, This needs to be changed everywhere this Account Activity is present. what can be done to achieve this.
Posted

1 solution

write all titles in a mysql database, read them out and make a page where he can change them (maybe with a login). I hope I understood your question..
 
Share this answer
 
Comments
NupurParashar 3-Nov-13 23:49pm    
Yeah you got my question and even solution is perfect. But I have got a problem here. I don't have a DB. So need to do everything though HTML and scripting. I thought of local storage. But did not understand the concept of local storage in HTML5
Chi Ller 22-Dec-13 12:48pm    
As far as I know SQLite is avaiable at php

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900