Re: form and arrays[]
- From: "ZeldorBlat" <zeldorblat@xxxxxxxxx>
- Date: 22 Sep 2005 11:00:51 -0700
>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
Well, #1 is easy. Since you just copied and pasted my code without
trying to understand it, you missed the typo that I made. Can you see
it now?
#2 is also easy. Newline characters (\n) have no effect on the way the
browser renders the output. Newline's in HTML are accomplished with
the <br/> tag. Replace the \n with that and you should be fine.
.
- Follow-Ups:
- Re: form and arrays[]
- From: Ian Rutgers
- Re: form and arrays[]
- References:
- form and arrays[]
- From: Ian Rutgers
- Re: form and arrays[]
- From: ZeldorBlat
- Re: form and arrays[]
- From: Ian Rutgers
- form and arrays[]
- Prev by Date: Re: noob can't even make a function work right :-(
- Next by Date: Re: identify user lan
- Previous by thread: Re: form and arrays[]
- Next by thread: Re: form and arrays[]
- Index(es):
Relevant Pages
|