Hi,
hope you can help,
I have to upload 3334 items in a table
table is called newsletter_subscribe
there are only 2 rows:
group_id for which i need to enter the value "1" 3334 times!
and
user_id wich is auto increment
so how can i get a php file to post 3334 items with $group_id = 1 for each item and empty for user_id?
that would be great help!
thanks,
Vinny