Re: form and arrays[]
- From: "Ian Rutgers" <irutgers@xxxxxxxx>
- Date: Thu, 22 Sep 2005 03:53:46 GMT
> To turn these variables into a string, you could do something like
> this:
>
> $str = '';
> for($i = 0; $i < 12; $i++) {
> $str .= $_POST['description'][$i] . "," . $_POST['description'][$i]
> . "\n";
> }
>
The first part works extremely well .. thank you. The 2nd part has two
issues:
1. each description is repeated twice
2. the new line tag is not being recognized
Any suggestions on how this should be fixed would be much appreciated ...
thanks again for your help so far!
.
- Follow-Ups:
- Re: form and arrays[]
- From: ZeldorBlat
- Re: form and arrays[]
- References:
- form and arrays[]
- From: Ian Rutgers
- Re: form and arrays[]
- From: ZeldorBlat
- form and arrays[]
- Prev by Date: phpBB login
- Next by Date: noob can't even make a function work right :-(
- Previous by thread: Re: form and arrays[]
- Next by thread: Re: form and arrays[]
- Index(es):
Relevant Pages
|