Jump to content

php composer & mysql GUI?


2wasted

Recommended Posts

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
Share on other sites

[!--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
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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.