Hi all
Been spending some time today fiddling with a little list system for personal use.
Basically I just want a webpage where I can add rows (textboxes) to various sections (working) and remove specific rows (can't manage to position an icon for it next to/over text box).
Also the rows per section all have the same name/id ending in [] so that when submitted they are an array my PHP can work with. But this doesn't suit the JS wanting to remove specific ones if they have the same name, tied to specific icons by that row with a delete icon. But adding them as infinite rows/textboxes as samename[] works fine.
I've got myself too wound up around this now so thought I'd see what the obvious solution is from you smart chaps
_________________________________
Leozack
Been spending some time today fiddling with a little list system for personal use.
Basically I just want a webpage where I can add rows (textboxes) to various sections (working) and remove specific rows (can't manage to position an icon for it next to/over text box).
Also the rows per section all have the same name/id ending in [] so that when submitted they are an array my PHP can work with. But this doesn't suit the JS wanting to remove specific ones if they have the same name, tied to specific icons by that row with a delete icon. But adding them as infinite rows/textboxes as samename[] works fine.
I've got myself too wound up around this now so thought I'd see what the obvious solution is from you smart chaps
_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);