I just installed the trial version. I can't get it to work at all. I generated a database with one table and 3 fields. For some reason it does not connect to my mysql server. I would like to access the MYSQL server and then create a database with table/fields or access an already create database and generate PHP code to access it via a web page. I am interest in this software if I can get it to work. Need all the info I can get
R
Answer by
Robert Polubinski
Since the official website is discontinued, I recommend using the built-in Help section because it contains all the necessary information on how to work with the software. I recommend downloading the package from the download page at Software Informer because although it's a demo, it contains the full version of the HELP database.
I use PHPMagic Plus. I paid for version. The mysql_connect() function is deprecated. It is recommended to use mysqli or PDO instead. Will a future version of PHPMagic include the new functions?
Answer by
Stephen Prastman
I don't think this application will be updated anymore since there is no activity on the forums or on the website where it's hosted. Since there is no changelog or a page to check for the latest version, it's impossible to say if it will ever be updated or not.
However, you can use the official forums to post a message to ask the developers if they'll release a new version or not.
I just installed the trial version. I can't get it to work at all. I generated a database with one table and 3 fields. For some reason it does not connect to my mysql server. I would like to access the MYSQL server and then create a database with table/fields or access an already create database and generate PHP code to access it via a web page. I am interest in this software if I can get it to work. Need all the info I can get
Since the official website is discontinued, I recommend using the built-in Help section because it contains all the necessary information on how to work with the software. I recommend downloading the package from the download page at Software Informer because although it's a demo, it contains the full version of the HELP database.
I use PHPMagic Plus. I paid for version. The mysql_connect() function is deprecated. It is recommended to use mysqli or PDO instead. Will a future version of PHPMagic include the new functions?
I don't think this application will be updated anymore since there is no activity on the forums or on the website where it's hosted. Since there is no changelog or a page to check for the latest version, it's impossible to say if it will ever be updated or not.
However, you can use the official forums to post a message to ask the developers if they'll release a new version or not.
Note: You have to create an account in order to access the topics.