[PHP-DB] javascript and php

2005-02-08 Thread Perry, Matthew (Fire Marshal's Office)
Hello all, I am having difficulties working with a JavaScript menu that should load on each page of my intranet site. Here is a brief background of the problem: 1) I am using PHP and SQL Server and it is running on Windows 2000 Server (yes I know this stinks but I have no choice in m

[PHP-DB] Javascript and PHP

2001-03-14 Thread vivekmisra
Morning !!! experts Sorry its lil bit off list question but u r the experts remember ! Is there nething in php similar to javascript's following code ??>>: document.form1.text1.value =>> ? so that i can fetch the value of any textbox into php variable [$var] thx in advance. Viv

Re: [PHP-DB] javascript and php

2005-02-08 Thread Martin Norland
Perry, Matthew (Fire Marshal's Office) wrote: Hello all, I am having difficulties working with a JavaScript menu that should load on each page of my intranet site. [snip] hint - you're already on the wrong list. Read on. Here is a brief background of the problem: [snip] 4) I am using a JavaS

Re: [PHP-DB] Javascript and PHP

2001-03-14 Thread Joe Brown
Well, No and Yes. If the form is posted, whichever page that it was posted too will have $HTTP_POST_VARS["text1"] set to whatever was in the textbox. $text1 may also be a global variable, depending on your php.ini settings for register_globals and also variable_order. It took me a while to feel

RE: [PHP-DB] Javascript and PHP

2001-03-14 Thread Rick Emery
--- From: vivekmisra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:40 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Javascript and PHP Morning !!! experts Sorry its lil bit off list question but u r the experts remember ! Is there nething in php similar to javascript's f