Greetings all,
Ok im from the land of Java so be patient. What i want to do is
-access a db
-for each row get the necessary data and set datamembers in an object with set methods.
-place that object into an array
-do this for all the rows in the db.
Now i java id simply create an instance of a linked list and then call the add() method from the api and add it but this isn't Java this is PHP!!
Any ideas
HELP
Thanks
Pete