What do you use to make and edit a mySQL database table?
Thats my only question.
I'm trying to make a FLASH/PHP/MySQL login/register system.
I'm sure it will be pretty cool at the end because I haven't done anything like this yet.
Printable View
What do you use to make and edit a mySQL database table?
Thats my only question.
I'm trying to make a FLASH/PHP/MySQL login/register system.
I'm sure it will be pretty cool at the end because I haven't done anything like this yet.
Hi,
most likely your host offers the phpmyadmin tool to manage your database; you might have to create a database first in the site control panel or find its access details there.
Once you get to this tool, you should be greeted with a "create new table" form (how many rows will the new table have) and an SQL button. If you have a create script, you can just click SQL, paste it into the sql window and click ok
Musicman
Hi, thanks for responding.
In the control panel all I can do is make databases, I only get to choose a name which it adds a prefix to.
a bit annoying really.
anyway is there access to phpmyadmin somewhere else?