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
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
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:
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/
-
> [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
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
[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
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
> >
> >
> >
> >
> >
>
> 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
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
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
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
12 matches
Mail list logo