Re: [PHP] Using javascript with php

2006-02-16 Thread Richard Lynch
getElementByID() On Wed, February 15, 2006 4:10 pm, Sugrue, Sean wrote: To all, I have a check box input which I assign an array to the name. I want to pass the array to a javascript and based on a certain criteria check the box. I use the syntax:

Re: [PHP] Using javascript with php

2006-02-15 Thread Curt Zirzow
On Wed, Feb 15, 2006 at 05:10:53PM -0500, Sugrue, Sean wrote: To all, I have a check box input which I assign an array to the name. I want to pass the array to a javascript and based on a certain criteria check the box. I use the syntax: formname.elements['array[]'][index].checked= true. It

Re: [PHP] Using javascript function from php

2005-03-11 Thread Richard Lynch
I am just learning php, and am currently converting some jsp pages to php. I used the follwing code in jsp to toggle between two images Instead of driving yourself nuts with echo and quote and backslash and semi-colon quote semi-colon, just do like this: ?php //PHP code here ? !-- Look ma!

Re: [PHP] using javascript within php

2005-03-07 Thread John Nichel
Ross Hulford wrote: snip PHP == Server Side HTML/JavaScript == Client Side -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] using javascript within php

2005-03-07 Thread Jay Blanchard
[snip] I want to set focus on a text area with javascript if the entry by the user is not what I want. if (isset($submitted){ if(empty($name)) { $fname_error = *Please Enter your firstname or initial; //the code to set focus to the textbox should go here } [/snip] if(empty($name)) {

Re: [PHP] Using JavaScript variables in PHP

2003-11-21 Thread Larry_Li
form method=post action=your_php_file.php input name=id /form in your_php_file.php, try select * from somedatabase where field=$id Mike Knittel [EMAIL PROTECTED] 11/20/2003 11:45 PM To: [EMAIL PROTECTED] cc: Subject:[PHP] Using JavaScript variables

Re: [PHP] Using JavaScript variables in PHP

2003-11-20 Thread Mike Migurski
How does one go about using a JavaScript variable with PHP code. I have a function in JavaScript that takes a single input parameter (ID). I want to use this ID variable as the value on the where clause of a database query. Example: select * from somedatabase where field=ID Can this be done,

Re: [PHP] Using JavaScript variables in PHP

2003-11-20 Thread John Nichel
Mike Knittel wrote: How does one go about using a JavaScript variable with PHP code. I have a function in JavaScript that takes a single input parameter (ID). I want to use this ID variable as the value on the where clause of a database query. Example: select * from somedatabase where field=ID

Re: [PHP] Using Javascript

2002-07-27 Thread Zoltan Konyves
Hello Uma, Monday, July 22, 2002, 8:09:44 AM, you wrote: UST Hello, UST I need to display a value on the text box during onClick event where the UST data is fetched from the database..I have given the code like this but it UST is giving unterminated string constant.. UST input type=text