Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-08 Thread ioan...@btinternet.com
There are essentially 2 ways: 1. All POSTed data is present in the $_POST superglobal array. So you could just loop over that, ignore the fields you already knew were there, and the data remaining is then essentially the data you seek. The keys in the $_POST array are the fieldnames you are look

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-06 Thread Jim Giner
"Maciek Sokolewicz" wrote in message news:4fcf23af.7040...@php.net... > On 06-06-2012 05:11, Jim Giner wrote: >> "Govinda" wrote in message >> news:72497398-3a6c-4faa-89f2-565c18fd2...@gmail.com... >> >> On 2012-06-05, at 10:54 PM, Devangnp wrote: >> >>> I know how to pass variable but having d

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-06 Thread Maciek Sokolewicz
On 06-06-2012 05:11, Jim Giner wrote: "Govinda" wrote in message news:72497398-3a6c-4faa-89f2-565c18fd2...@gmail.com... On 2012-06-05, at 10:54 PM, Devangnp wrote: I know how to pass variable but having difficulties when I use the dynamic form field in HTML that add more boxes as per user req

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Jim Giner
"Govinda" wrote in message news:72497398-3a6c-4faa-89f2-565c18fd2...@gmail.com... On 2012-06-05, at 10:54 PM, Devangnp wrote: > I know how to pass variable but having difficulties when I use the dynamic > form field in HTML that add more boxes as per user require. > >>> Hi All, >>> >>> I am

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Govinda
On 2012-06-05, at 10:54 PM, Devangnp wrote: > I know how to pass variable but having difficulties when I use the dynamic > form field in HTML that add more boxes as per user require. > >>> Hi All, >>> >>> I am a basic user of PHP and I have need of reading the dynamic HTML form >>> field as a

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Govinda
> Hi All, > > I am a basic user of PHP and I have need of reading the dynamic HTML form > field as a variable in PHP so it will be great if someone can share some > good link or snip for quick understanding. > > Thanks, > Devang http://lmgtfy.com/?q=how+to+pass+and+receive+a+PHP+variable When

[PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Devang Patel
Hi All, I am a basic user of PHP and I have need of reading the dynamic HTML form field as a variable in PHP so it will be great if someone can share some good link or snip for quick understanding. Thanks, Devang