need your comments to manage my database
Posted: Fri Jul 29, 2005 9:37 am
We sell goods on the internet.
Assume a customer buys one good.
ok, we have his persional info and purchase (good) info.
now:
We need to input his data (all info) into our database.
what did you do to input data into database?
possible solutions:
1) create several php pages then input data manually.
2) create a software (application) by other languages (i.e. java or C++) then input data manually.
3) create a software then input data automatically (i.e. read data from a file then input data by the software).
4) other way I don't know.
now I prepare to use solution 1.
is it a bad solution? what you do now?
thanks
Assume a customer buys one good.
ok, we have his persional info and purchase (good) info.
now:
We need to input his data (all info) into our database.
what did you do to input data into database?
possible solutions:
1) create several php pages then input data manually.
2) create a software (application) by other languages (i.e. java or C++) then input data manually.
3) create a software then input data automatically (i.e. read data from a file then input data by the software).
4) other way I don't know.
now I prepare to use solution 1.
is it a bad solution? what you do now?
thanks