2wasted Posted June 3, 2006 Share Posted June 3, 2006 lo all,I'am trying to learn PHP & mysql ATM iam using dreamweaver for PHP & the W.A.M.P comand line for mysql.but i was thinking would it be better with a PHP composer and a GUI for MYSQL?CheersCharlie Link to comment https://forums.phpfreaks.com/topic/11128-php-composer-mysql-gui/ Share on other sites More sharing options...
trq Posted June 4, 2006 Share Posted June 4, 2006 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. Link to comment https://forums.phpfreaks.com/topic/11128-php-composer-mysql-gui/#findComment-41614 Share on other sites More sharing options...
2wasted Posted June 4, 2006 Author Share Posted June 4, 2006 [!--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>....ThxCharlie Link to comment https://forums.phpfreaks.com/topic/11128-php-composer-mysql-gui/#findComment-41619 Share on other sites More sharing options...
Prismatic Posted June 4, 2006 Share Posted June 4, 2006 [!--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>....ThxCharlie[/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 More sharing options...
wildteen88 Posted June 4, 2006 Share Posted June 4, 2006 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 More sharing options...
homchz Posted June 4, 2006 Share Posted June 4, 2006 I am a big fan of Navicat for mySQL managmant[a href=\"http://www.navicat.com\" target=\"_blank\"]http://www.navicat.com[/a] Link to comment https://forums.phpfreaks.com/topic/11128-php-composer-mysql-gui/#findComment-41741 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.