Posts: 262
Threads: 20
Joined: Jun 2014
Reputation:
0
Hello, I just have a small question after reading a tutorial on how to make a MySQL registration system, is there anyway I can make a mass saving system to save most of there status other then formating into mysql_tquery.
Posts: 724
Threads: 14
Joined: Jul 2012
Reputation:
0
What do you mean by "mass saving"? Just write/format the query to save what data you want to save.
Posts: 348
Threads: 26
Joined: Oct 2012
Reputation:
0
He means saving "all" data in one line, rather than writing many lines, right?
Posts: 843
Threads: 61
Joined: Feb 2013
Reputation:
0
I've written my saving function with multiple querries but the best thing would be to save the data as soon as it happens (i.e. when you buy something at any store, save the user's data about the bought article).