Developer Tools blog
rakyzo.com - all developer tools at one place!

Php Database Wizard 0.3

September 13th, 2008 by admin
Generate PHP forms for MySQL databases.
I needed a free program to generate PHP pages for managing a MySQL database. When I first saw this program, I was ecstatic. However, trouble was on the way. I downloaded it only to see a JAR file, called “install.jar”, inside the archive. This file is a JAVA class’s package. It can be run by using a command like “H:\Program Files\Java\jre1.5.0_08\bin\java.exe -jar H:\PhpDatabaseWizard\install.jar”. Then a cute user interface appeared, allowing me to install the program. There are other ways of running JAR files, just search Google if you don’t understand what I’ve said.
 php database wizard 0.3 download

After the installation was complete, a shortcut to the program (another JAR) was placed in my Windows Start menu. When I started the program a dialog appeared, asking me the username and the password I use to connect to MySQL. After this, the program displays its main window, which lists all the accessible databases and tables. You can choose any of these tables and add it to your project.

It’s now time, to select the output directory and the number of records per page that you wish to see on your HTML pages. This is done by clicking the settings button on the program’s toolbar. Now everything should be set up. You should press the big green play button on the toolbar to generate the PHP pages, which you can use to manage the database table. These pages should be copied to a working web server that supports PHP.

You can download php database wizard 0.3 here:

Pluses:

Drawbacks / flaws: I used the program to create an interface for managing one of my database tables. The only thing I could do was insert new lines into this table. All the other functions failed because all the lines in the table I chose, contained the slash character (”/”). After a bit of investigation, I saw that most of the PHP pages generated by the program contained the “addslashes” PHP directive. After I removed this instruction, everything worked fine.

In conclusion: This program should be able to simplify the task of creating a web forms interface for inserting, updating, and deleting data from your MySQL database. Depending on the data in your database tables, this interface may need some extra tweaking.

Download php database wizard 0.3 and get this features:

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Mixx
  • Google
  • Furl
  • Propeller
  • StumbleUpon
  • Technorati

Posted in internet tools

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.