[PHP] confused newbie on PHP and Javascript.

2002-06-13 Thread Steve Bradwell
Hello All, I am having a problem, mostly concept wise of how, or if I can use client side Javascript in a server side php statement. I have a JavaScript function that onChange of a list box, takes the value of an option and grabs data from a MySQL table. My problem is how do I use the

RE: [PHP] confused newbie on PHP and Javascript.

2002-06-13 Thread Steve Bradwell
-Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:26 PM To: Steve Bradwell; [EMAIL PROTECTED] Subject: Re: [PHP] confused newbie on PHP and Javascript. I am having a problem, mostly concept wise of how, or if I can use client side Javascript

RE: [PHP] confused newbie on PHP and Javascript.

2002-06-13 Thread Lazor, Ed
] Subject: RE: [PHP] confused newbie on PHP and Javascript. Hi thanks for the reply, I do believe I understand what client side and server side really mean although I have much to learn, but is there a way to accomplish what I'm trying to do? Maybe some kind of work around a person has found

RE: [PHP] confused newbie on PHP and Javascript.

2002-06-13 Thread David Freeman
I have a JavaScript function that onChange of a list box, takes the value of an option and grabs data from a MySQL table. My problem is how do I use the JavaScript var in my sql statement? Javascript is client-side, php is server-side. The only way to get something that happens in