Your asking a huge question and expecting a small answer ie. php_save(); the anser your looking or is not small, im sorry. your asking a big question, and with all big questions comes a big answer. Do you know how to use db's ? mysql? postgres? I'll assume you do. save you changes in a db, pull those variables rom the db and arange the client pages around this data. http://phpbuilder.com/columns/jesus19990308.php3 has an article on learning to use mysql. if you dont have a db you can use, you could use xml, I would recommend installing a db before you tackeled this, you said you have till monday, this doesnt leave alot of time to learn xml and all that is assisiated with it. your going to be pushing it to learn a db language by then. when php is run all the variables are rememberd, untill... php stops running, then all is lost, this is why you need a db, to remember all the data. you could use sessions, but this is not what your looking for. sessions are for remebering *one* persons info, not many people's, and not for long term, short term. -- Chris Lee Mediawaveonline.com ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 [EMAIL PROTECTED] ""YoBro"" <[EMAIL PROTECTED]> wrote in message 9746nm$gh3$[EMAIL PROTECTED]">news:9746nm$gh3$[EMAIL PROTECTED]... > Hi, > > My last message on this topic was a bit hard to translate. So here is the > thought out version. > > 1. I have a page on a server called admin.php (protected by htaccess for > admin use only) > 2. This page holds variables that are changed by form elements. > (Checkboxes etc) > And this in turn effects different parts of the site it is being used > in. > 3. I want to know how to keep the changes to the form. > > Example: If i bring up the admin.php page in my browser and click a > checkbox, it permantly keeps it changed until i decide to change it again. > > 4. Is there some sort of PHP save command, that saves the state of a > page. > 5. Any ideas? > > Please help, I gotta have this worked out by Monday or I'm dead. > > -- > Regards, > > > YoBro > ------------------------------------------------------------- > DO NOT REPLY TO THIS VIA EMAIL > PLEASE USE THE NEWSGROUP > All emails sent to this address are automatically deleted. > This is to avoid SPAM! > ------------------------------------------------------------- > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]