Posted by J.O. Aho on 11/29/06 08:22
pu wrote:
> Thanks for the reply.
>
> I can use javascript somewhat but wouldn't have a clue where to start
> regarding reading the info using MySql. The google searches I have done so
> far indicate it cannot be done because javascript is on the client side. If
> someone has an example of this working, please send me example code.
PHP is serverside, it won't see what the user does on their browser.
If you want to fetch data from a database that will be automatically fetched
when a user types something, then neither php nor javascript are any good
solutions, but could be done with a lot of hacking.
I would in that case suggest a java applet that can use jdbc to connect to the
database and fetch the data needed.
//Aho
[Back to original message]
|