17.03.2010, 22:25
databases are quite easy if you create everything you need tableswise in phpmyadmin first
everything after you connect is a query
query update will change a record
query insert into will add a new record
query delete from will remove a record
query select will get the information stored for a record
mysql isnt all that complicated. once you learn one database youll start to understand the other sorts that are out there.
everything after you connect is a query
query update will change a record
query insert into will add a new record
query delete from will remove a record
query select will get the information stored for a record
mysql isnt all that complicated. once you learn one database youll start to understand the other sorts that are out there.