LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   MySql and a simple Bank Account DB (https://www.linuxquestions.org/questions/programming-9/mysql-and-a-simple-bank-account-db-839465/)

air4time 10-27-2010 02:46 AM

Thanks Mark1986

I think the main problem is I have no user table or field nor do I have any of these
Quote:

profiel, ww, email, actief, ww_temp
.
I think you may be thinking of another DB. I can't check this till later today .

Thanks Lonnie

Mark1986 10-27-2010 03:25 AM

Yep you are right. I gave you an example of how I inserted some unique rows into a table. In my case I needed a test case with 20 random users. So I made that PHP file. It inserts 20 random users into a table I need.

You need to adjust the script so it will insert data into your table. First create an INSERT statement for your own table. Try to insert 1 or 2 rows using just SQL. Then try to adjust the PHP script to fit your needs.


All times are GMT -5. The time now is 01:02 PM.