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 i

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

2002-06-13 Thread Lazor, Ed
2002 11:35 AM > To: 1LT John W. Holmes; Steve Bradwell; [EMAIL PROTECTED] > 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

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

2002-06-13 Thread Steve Bradwell
Steve -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

[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 JavaScript