Re: [PHP] newbie html forms primer help

2002-04-11 Thread Erik Price
On Thursday, April 11, 2002, at 08:52 AM, ROBERT MCPEAK wrote: > This has jump started me. How do I grab only certain variables, for > example, only vars named "doh," or, better yet, only vars containing > "doh?" I have check box vars named 4-1, 4-2, 4-3, 4-4, etc., and I wish > to stick the

Re: [PHP] newbie html forms primer help

2002-04-11 Thread ROBERT MCPEAK
This has jump started me. How do I grab only certain variables, for example, only vars named "doh," or, better yet, only vars containing "doh?" I have check box vars named 4-1, 4-2, 4-3, 4-4, etc., and I wish to stick them together in a string, but only those vars, no others. Is there a smarter

Re: [PHP] newbie html forms primer help

2002-04-10 Thread Erik Price
On Wednesday, April 10, 2002, at 04:12 PM, ROBERT MCPEAK wrote: > I need some help with html forms. I primer on html forms and variables > is much needed. Anybody have some code snipets to share? Sure. I was just working on a little code snippet that grabs all the GET variables (you could

[PHP] newbie html forms primer help

2002-04-10 Thread ROBERT MCPEAK
I need some help with html forms. I primer on html forms and variables is much needed. Anybody have some code snipets to share? I'm getting acquainted with $HTTP_POST_VARS but need some help in accomplishing a couple of things. I'd like to collect all "checkbox" input variables and stick the