thanks for the reply... that's pretty much what i had read/found out.. 'ppreciate it.. -----Original Message----- From: Adam Zey [mailto:azey@xxxxxx] Sent: Monday, August 07, 2006 12:04 PM To: bedouglas@xxxxxxxxxxxxx Cc: php-general@xxxxxxxxxxxxx Subject: Re: php/ajax.. 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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php