Jump to content

php composer & mysql GUI?


2wasted

Recommended Posts

[!--quoteo(post=379786:date=Jun 3 2006, 08:57 PM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ Jun 3 2006, 08:57 PM) [snapback]379786[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Php is a programming language, all you need is a text editor. The simpler the better while your learning. This way you learn to program and not to rely on a specific editor. IMO, the same goes for MySql, however allot of people use phpMyAdmin.
[/quote]
Thx for the reply:-)the reason i ask was when iam "trying" to learn the code i do alot of simple mistakes that can take hours to find....maybe a php composer might help(as dreamweaver does for html) and i thought "iam not the smartest;-)" that maybe mysql would go down that road<a GUI>....
Thx
Charlie
Link to comment
https://forums.phpfreaks.com/topic/11128-php-composer-mysql-gui/#findComment-41619
Share on other sites

[!--quoteo(post=379791:date=Jun 3 2006, 09:19 PM:name=2wasted)--][div class=\'quotetop\']QUOTE(2wasted @ Jun 3 2006, 09:19 PM) [snapback]379791[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Thx for the reply:-)the reason i ask was when iam "trying" to learn the code i do alot of simple mistakes that can take hours to find....maybe a php composer might help(as dreamweaver does for html) and i thought "iam not the smartest;-)" that maybe mysql would go down that road<a GUI>....
Thx
Charlie
[/quote]


Dunno why it would take hours, php is pretty good at telling you what the error is and on what line it's at =P
Link to comment
https://forums.phpfreaks.com/topic/11128-php-composer-mysql-gui/#findComment-41620
Share on other sites

You should turn on error_reporting in the php.ini file that way PHP now show any errors that occure, complete with where about the error is.

Also for a GUI for MySQL you have two options. You can download either MySQL Administrator and/or the MySQL Query Browser from [a href=\"http://www.mysql.com/products/tools/\" target=\"_blank\"]mysql.com[/a]. Or another alternative is web based PHP script called [a href=\"http://www.phpmyadmin.net/home_page/index.php\" target=\"_blank\"]phpMyAdmin[/a].
Link to comment
https://forums.phpfreaks.com/topic/11128-php-composer-mysql-gui/#findComment-41661
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.