RE: [PHP-DB] PHP / Javascript question

2004-11-16 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 16 November 2004 03:03, Chris Payne wrote: This is OT, really, but because it's an easy answer: if ( document.removeitems.del.value == ) BUT because the tickboxes

[PHP-DB] PHP / Javascript question

2004-11-15 Thread Chris Payne
Hi there everyone, I have a form with check boxes and with PHP I use the array feature for the form name. Now I need to check if the tickboxes are ticked and if not return an error, normally with javascript I would use: script language=JavaScript function validate_form ( ) { valid

Re: [PHP-DB] PHP / Javascript question

2004-11-15 Thread Jason Wong
On Tuesday 16 November 2004 11:03, Chris Payne wrote: BUT because the tickboxes information is stored in a PHP Array called del[] I am having major problems getting it to work. Does anyone know how to determine with javascript if any boxes are ticked, when the name for the box is an Array

Re: [PHP-DB] PHP / Javascript question

2004-11-15 Thread Gabino Travassos
Hi there everyone, I have a form with check boxes and with PHP I use the array feature for the form name. Now I need to check if the tickboxes are ticked and if not return an error, normally with javascript I would use: script language=JavaScript function validate_form ( ) { valid = true; if

RE: [PHP-DB] PHP Javascript

2004-10-31 Thread Mulley, Nikhil
with PHP-PEAR Extension JavaScript. Nikhil. -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 6:35 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] PHP Javascript On Saturday 30 October 2004 12:33, balwantsingh wrote: can anybody guide me how

[PHP-DB] PHP Javascript

2004-10-30 Thread balwantsingh
hi to all, can anybody guide me how to embed php script into javascript. actually i am using a function in javascript and want that when this fuctions is called than some values to be stored in php session so that the values can be displayed in next page. thanks with best wishes balwant

Re: [PHP-DB] PHP Javascript

2004-10-30 Thread Jason Wong
On Saturday 30 October 2004 12:33, balwantsingh wrote: can anybody guide me how to embed php script into javascript. You can't. actually i am using a function in javascript and want that when this fuctions is called than some values to be stored in php session so that the values can be

Re: [PHP-DB] php, javascript and db - your help is needed

2004-07-19 Thread Nilo César Teixeira
]?); /SCRIPT ? } ? - Original Message - From: G. Cohen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 18, 2004 1:30 PM Subject: [PHP-DB] php, javascript and db - your help is needed Hello, I have a HTML form with 2 select boxes, lets say students and courses. When the from

[PHP-DB] php, javascript and db - your help is needed

2004-07-18 Thread G. Cohen
Hello, I have a HTML form with 2 select boxes, lets say students and courses. When the from loads for the first time, I fill the students select box with data from database. The courses selectbox remains empty. When the user selects a value from the students selectbox (onchange event), I should

Re: [PHP-DB] php, javascript and db - your help is needed

2004-07-18 Thread Marcjon
2004 19:30:49 +0300 Subject: [PHP-DB] php, javascript and db - your help is needed Hello, I have a HTML form with 2 select boxes, lets say students and courses. When the from loads for the first time, I fill the students select box with data from database. The courses selectbox remains empty. When

Re: [PHP-DB] php, javascript and db - your help is needed

2004-07-18 Thread Justin Patrin
- Original message - From: G. Cohen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sun, 18 Jul 2004 19:30:49 +0300 Subject: [PHP-DB] php, javascript and db - your help is needed Hello, I have a HTML form with 2 select boxes, lets say students and courses. When the from loads

[PHP-DB] PHP-Javascript

2001-05-23 Thread vipin chandran
Hi, Is there any method by which I can attach a javascript variable to a query string.See the following.. script language=javascript var id; uid = prompt(Enter your ID,Your ID); /script ? print header(Location: index.php?id=.this is where I should have the js variable uid); ? Please solve this.

RE: [PHP-DB] PHP-Javascript

2001-05-23 Thread Beau Lebens
Message- // From: vipin chandran [mailto:[EMAIL PROTECTED]] // Sent: Wednesday, 23 May 2001 2:11 PM // To: [EMAIL PROTECTED] // Subject: [PHP-DB] PHP-Javascript // // // Hi, // Is there any method by which I can attach a javascript variable to a // query string.See the following.. // script