Passing variables to multiple pages using input type hidden
Moderator: General Moderators
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
Since you are starting the string of echo with the {'} thats why its giving errors.
Change this line
to this
EDIT: I noticed that the next two echo's have the same prob. change them the same way as above.
Change this line
Code: Select all
<input type="text" name="<? echo 'member'.$i; ?>" style="width: 175px">Code: Select all
<input type="text" name="member'.$i.'" style="width: 175px">