Hello, is there any friendly-interface software to help me develop php databases (something like microsoft access)?
I meant Database not databese or whatever 😃 😃
There are programs such as MySQL Control Center, and phpmyadmin that have a GUI to set up database tables. However there is no GUI for creating reports, queries, etc.
Ok thanks.. so there may be no way to convert an "access" database to a php one .. 🙂
Oh.. and waht is Zend Studio used for?
Converting the tables is easy. Converting reports is not possible.
Zend studio is a development IDE. It makes it easier to write code.
Ok.. 10x.. so where can i find information about converting, manipulating and deploying a database over a web site?
There are lots of tutorials and guides if you want to learn programming. Of course phpbuilder.com has many. Site point, dev shed, webmonkey all have good tutorials.