Search results

  1. S

    PHP Admin Edit Variable

    I am new to PHP, and I have this website. I want to know if i can have a page that is password protected (i know how to do that part), where the user can edit a variable from a text area. Example: if i had a $news variable, and it would equal the news text on the home page. Is there a way that...
  2. S

    Php register

    Hello, I have created a simple login system. I have created a table, as follows: CREATE TABLE `members` ( `id` int(4) NOT NULL auto_increment, `username` varchar(65) NOT NULL default ''...
  3. S

    Javascript Text Add/Remove In DIV

    Is there a way to write some JS that will have a box that edits the text in a div. Basically so that I can make an Easy Edit page for people that I have made sites for? Ex: There is a DIV on the homepage that consists of store hours. You go to your edit page and use a text area to change the...
  4. S

    Javascript Image Changer

    I have a div on my homepage and I have several images (lets say 5) that I would like to go there. I would like to know how to put one image there and in 8 seconds it changes to the next and then the next etc. then start over. Can anybody help me?
  5. S

    Javascript Replace

    Ok so I am trying to make a textbox that you can write a sentence, and then hit a button. Then the text in the textbox will change certain words to certain other words. Ex: You write "Hello my name is John Smith." and hit the button. Then the text is changed to "Hi my name was John Smith."...
Top