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
there a way to > accomplish what I'm > trying to do? Maybe some kind of work around a person has > found when doing > this kind of thing? > > Thanks again, > > Steve > > -Original Message----- > From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] >

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