Hello there, i am already using phpmyadminFoofighter wrote:Hi,
Another way is to build you tables in phpmyadmin without the mysql code, its a bit easier at the beginning.
greetz
Search found 3 matches
- Wed Apr 11, 2012 3:50 pm
- Forum: Beginner Help and Support
- Topic: Following the steps...
- Replies: -1
- Views: 810
Re: Following the steps...
- Wed Apr 11, 2012 12:41 pm
- Forum: Beginner Help and Support
- Topic: Following the steps...
- Replies: -1
- Views: 810
Re: Following the steps...
You were right i forgot to set "auto-increment" for the id, problem solved. I still have a long way to learn how mysql works. Thx a lot for the help!!!
- Tue Apr 10, 2012 3:41 pm
- Forum: Beginner Help and Support
- Topic: Following the steps...
- Replies: -1
- Views: 810
Following the steps...
Hello there!!! i am a noob in coding php so and i begin with the video tutorial of making a browser game by the way is awesome, anyway i get mysql error when i try to create my first 2 creatures in my "creatures table"... Error INSERT INTO `tutorial`.`creatures` ( `id` , `name` , `hppoints...