RE: [PHP] Storing Java Script Varable into php variable

2001-07-20 Thread Erik H. Mathy
Hi Mike! Generally the only way to send information from a clientside javascript to a serverside language (in this case PHP) is via a form submit or putting that value into an HREF the user will click. For example: Save your screen settings... (please note: this is all rough

RE: [PHP] Storing Java Script Varable into php variable

2001-07-20 Thread Johnson, Kirk
> -Original Message- > From: Mike Mike [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 9:34 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Storing Java Script Varable into php variable > > My question is I have some java script I want to store > the java sc

[PHP] Storing Java Script Varable into php variable

2001-07-20 Thread Mike Mike
Hello, I look through the php-general list database but could not find the answer. My question is I have some java script I want to store the java script variable into a php variable so I can submit it into a database. Here is the Java sript code. <-- function show(){ if (!document.all&&!document