Update a text field and save it on a server?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Taron
Forum Newbie
Posts: 2
Joined: Tue Nov 16, 2010 6:23 pm
Location: Los Angeles, CA

Update a text field and save it on a server?

Post by Taron »

Hey Everyone! Basically i want to make a form like this one:

http://directwebremoting.org/dwr-demo/people/index.html

and I want to put it on a website that I'm hosting. I have 5 workers that will have the link to edit the table, but since that table is made with javascript, is there any way to have the edited text saved for all 5 members?

lets say I add/edit stuff on the table, I want to press save, and I want another member to view the website with my edited stuff. Does that make sense?

I'm new to all of this. so any help is greatly appreciated.

edit:

this is what i want to achieve:
http://www.millstream.com.au/upload/code/tablekit/

but i want the data to come from the server and save on there
Last edited by Taron on Tue Nov 16, 2010 8:36 pm, edited 1 time in total.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Update a text field and save it on a server?

Post by califdon »

Perhaps you already realize this, but your example is on a site devoted to Java programming and to a particular Java library. If your question is, Can I develop a similar behavior with PHP, the answer is probably Yes, but it wouldn't be a simple task, and if you are new to "all this", I'd say it would be a significant challenge for you.
Taron
Forum Newbie
Posts: 2
Joined: Tue Nov 16, 2010 6:23 pm
Location: Los Angeles, CA

Re: Update a text field and save it on a server?

Post by Taron »

yea I realize it's for java. and yea I want to do this with PHP. Any tips on how to start would be appreciated. i'm ready for a challenge :]
Post Reply