Hi there I have this problem..
What I want to try is to pass all entries from a form into an array.
for example..
user has to enter several values into a form, like:
name, address ,url, email
on submit the entries have to be inserted in an array called $info .
On the next page these values would be readable by $info[0] , $info[1], etc.
This page should do something like adding to a database, I know there is an easier way to get data into a database, but there has to be a way like this.. more handlings will be done, next to DB-adding also.. Tihs isn't a problem so far..
Hope you'll get what I mean ;-)
Regards,
Trackz