Re: [PHP] Re: Passing values from a new window

2004-11-05 Thread Greg Donald
On Fri, 05 Nov 2004 13:17:29 -0800, Todd Cary <[EMAIL PROTECTED]> wrote: > Is there a place where I can view some examples of using JavaScript? http://google.com/search?q=javascript -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing Li

RE: [PHP] Re: Passing values from a new window

2004-11-05 Thread Vail, Warren
That foot sticking out of his monitor was his choice Warren Vail > -Original Message- > From: Matthew Sims [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 2:08 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Re: Passing values from a new window > &g

Re: [PHP] Re: Passing values from a new window

2004-11-05 Thread Greg Donald
On Fri, 5 Nov 2004 13:36:08 -0800, Vail, Warren <[EMAIL PROTECTED]> wrote: > I can recommend http://www.hotscripts.com (the javascript section). I forgot about my handy dandy google search script: > ./google.pl javascript 10 Result: http://javascript.internet.com/ http://www.javascript.com/ http:

Re: [PHP] Re: Passing values from a new window

2004-11-05 Thread Greg Donald
On Fri, 5 Nov 2004 15:30:43 -0600, Jay Blanchard <[EMAIL PROTECTED]> wrote: > Thousands of examples will be yours to behold. 14.8 million from where I sit. I'm tired of all your inaccurate answers Jay. :) -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -

RE: [PHP] Re: Passing values from a new window

2004-11-05 Thread Matthew Sims
> [snip] > Is there a place where I can view some examples of using JavaScript? > [/snip] > > A. Type http://www.google.com in your browser's address bar or click on > the handy link provided. If push comes to shove, cut and paste the > address into your browser's address bar. > 2. Carefully and th

RE: [PHP] Re: Passing values from a new window

2004-11-05 Thread Vail, Warren
I can recommend http://www.hotscripts.com (the javascript section). Warren Vail > -Original Message- > From: Todd Cary [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 1:17 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Passing values from a new window > > > Is there a pla

RE: [PHP] Re: Passing values from a new window

2004-11-05 Thread Jay Blanchard
[snip] Is there a place where I can view some examples of using JavaScript? [/snip] A. Type http://www.google.com in your browser's address bar or click on the handy link provided. If push comes to shove, cut and paste the address into your browser's address bar. 2. Carefully and thoughtfully typ

Re: [PHP] Re: passing values of checkboxes in PHP

2004-05-17 Thread Marek Kilimajer
John Taylor-Johnston wrote: Or give all name="protid[]" and you will get array $_POST['protid'] that you can loop over. Do it like this or you will have the same problem. name="protid[0]" name="protid[1]" name="protid[2]" Not true. -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Re: passing values of checkboxes in PHP

2004-05-17 Thread John Taylor-Johnston
> > > > > > > > > > > > Or give all name="protid[]" and you will get array $_POST['protid'] that > you can loop over. Do it like this or you will have the same problem. name="protid[0]" name="protid[1]" name="protid[2]" -- John -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] Re: passing values of checkboxes in PHP

2004-05-17 Thread Marek Kilimajer
John Taylor-Johnston wrote: Gowthaman, Just at a glance, it seems that you Should Only receive One value. 'Name=protid' tells me that you have only created one value. Because they ALL have the SAME name="protid" there will be only one value. This would be more evident if they were type=radiobox. W

Re: [PHP] re: passing values

2002-03-13 Thread Jason Wong
On Wednesday 13 March 2002 23:37, John Gurley wrote: > Thanks everyone for the help. Finally got it working using this: > > > echo ' echo '>'; > > ?> > > Don't hhave a clue why this worked and the others didn't?!?!? This isn't working correctly. The fact that it 'works' is just a fluke. I aske

RE: [PHP] RE: passing values

2002-03-13 Thread Rick Emery
John, Post your code. We're all operating in the dark here and we want to help you. -Original Message- From: John Gurley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 8:07 AM To: [EMAIL PROTECTED] Subject: [PHP] RE: passing values Ray, I am using the post method, and