Hi,
I have a function that reads a file and extracts the data (recipes), current file has 3, and in turn adds each recipe to the database.
I was hoping that once this has finished that the User would recive a message saying e.g.
Recipes Added:
0001 - Recipe01
0002 - Recipe02
0003 - Recipe03
What I wanted to know was can I add these to the END of an array, I cant specify which position, so can I do this.
Array is recipes_added()
I have a function that reads a file and extracts the data (recipes), current file has 3, and in turn adds each recipe to the database.
I was hoping that once this has finished that the User would recive a message saying e.g.
Recipes Added:
0001 - Recipe01
0002 - Recipe02
0003 - Recipe03
What I wanted to know was can I add these to the END of an array, I cant specify which position, so can I do this.
Array is recipes_added()