Posted by Lucas Byers on 10/12/06 15:45
Hey all,
I'm trying to create a php tool for local use where I put a
list of words (one on each line) in to a textbox and it takes each word
and creates an entry in an sql table.
So I'd put
hey
ho
whats
up
yes
no
maybe
and it'd go through each word and create a seperate entry so 1 for hey,
1 for ho, and so on.
Is there a way to
a) get how many rows there are in to php?
b) select each row and grab it's contents?
Thanks for your time.
Navigation:
[Reply to this message]
|