Re: php/ajax..

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



bruce wrote:
hi..

will php allow a user to enter field on a form, and compute aresult based on
the field, without having to reload the entire form, or will i need ajax...

any good examples on how to accomplish this..

thanks

PHP is a server-side language. Javascript is a client-side language. Such things need to be done on the client side, at which point they're usually called AJAX. PHP can be used for the server-side of an AJAX application.

Regards, Adam Zey.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux