Page 1 of 1

Placing data in a db table [Solved]

PostPosted: 02. November 2012 09:53
by Hema
I am new to XAMPP. I have written a few programs (simple omes) and very happy with the ease of operation.
Now I have created a table with 5 columns and trying to insert data in it but i keep getting a "Stack overflow at line 7 " message and I have to shut my program. I dont know what I am doing wrong.
Also is there any way of going to Mysql and craeting DB?
I have also tried using INSERT option in SQL query but still not able to load data in table.
:? :?

Re: Placing data in a db table

PostPosted: 02. November 2012 14:17
by JonB
You can use phpMyAdmin to create tables/users etc in MySQL. Its an administrative shell for MYSQL

Good Luck
8)

Re: Placing data in a db table

PostPosted: 03. November 2012 02:05
by Hema
Thanks! I did. Hema