[snip]
My customer wants that when he add or modify some datas in these forms,
changes
will be made immediately in database. I really don't know how to do it
and don't
know if it is possible. 

Is there anyone who have fijnd a solution to solve that problem and who
can help
me. I accept solutions in other langages than PHP like JAVA + XML.
[/snip]

PHP cannot because it is server side and the action needs to send data
from the client to the server. You might be able to use JavaScript and
have the data updated as each field loses focus. Seems rather
inefficient.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to