What are the system requirements for
running MySQL2PHPMagic?
Windows 95/98/Me/NT/2000/XP and access to a MySQL server.
What is an PHPMagic project and how will I use it?
A PHPMagic project is a file having an extension of .AXP. It
contains the description of a web database (i.e. its tables
and fields structure). PHPMagic uses this project file to
generate a PHP application that can manage data in the database
from a web browser in a friendly manner.
All you need to do is open the project file created by MySQL2PHPMagic
in PHPMagic and click the 'Generate PHP Code' button. Then
follow the instructions you see, and you will have your database
application running smoothly. It all takes less than a minute!
Will my database be affected when using MySQL2PHPMagic?
No. MySQL2PHPMagic only reads your database definition and
then creates an PHPMagic project file. You then open this
file in PHPMagic and generate the PHP application and upload
it to your website. The PHP application will not need any
setup since the database is already in place. It will see
the tables of the database and any data stored in them.
When I try to connect to my MySQL database using MySQL2PHPMagic
it issues an error saying it can't connect to the server (and
I'm sure I'm using the correct username and password)?
This error occurs because your MySQL server is configured
to accept only local connections and disallow remote connections.
Please ask your server administrator to allow remote connections
to the database server. If this is not possible, you won't
be able to use MySQL2PHPMagic with your database. Please make
sure your MySQL server allows remote connections.
Where can I download MySQL2PHPMagic?
HERE
|