The example in PHP that I have is a recipe server that has a variable
number of ingredients.  You can add more than the default (5) and then
pass them back to the server and have it added.  This made some real fun
on both ends, with me having to create variables like ingred0 through
ingred10.  It made for fun.

I do remember doing it with CGI.pm, but it was more for convenience
than any other reason.

-Mark

On Thu, 2002-03-07 at 11:11, [EMAIL PROTECTED] wrote:
> 
> In a message dated: 07 Mar 2002 11:03:59 EST
> Mark Komarinski said:
> 
> >Nope.  You can have variables pre-set when the script starts from
> >both perl and PHP.  I have to use it since I have forms that send
> >a variable number of variables to the controlling script.  It's a lot
> >easier to just pull the variables out of thin air than set up all
> >the code to figure out how many variables have been passed, create them
> >and populate them.
> 
> Mark, can you provide an example of this in perl?  I don't do a lot 
> of web/CGI programming, so I'm not clear on how/when you would want 
> to use this.
> 
> Thanks,
> -- 
> 
> Seeya,
> Paul
> 
> 
> 
> *****************************************************************
> To unsubscribe from this list, send mail to [EMAIL PROTECTED]
> with the text 'unsubscribe gnhlug' in the message body.
> *****************************************************************



*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to