Grid

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
winsonlee
Forum Commoner
Posts: 76
Joined: Thu Dec 11, 2003 8:49 pm

Grid

Post by winsonlee »

Just wondering if there is anyway i can enter data in grid form eg

1 john
2 willliam
3 francis

then when i click on submit button all this data will be passed into php script and saved on text file.
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

You'll need to align and style Textboxes in such a way that when they are put together it looks like a grid.
And use arrays for their names.

Code: Select all

<input type=&quote;text&quote; name=&quote;grid&#1111;]&quote; value=&quote;&quote; class=&quote;style1&quote;/>
Post Reply