I have php 4.3.3 mysql 4.0.16 apache 2.0.47 installed
Any suggestions of additional software to get in order to set up an reliable fast and easy to use development environment?
I am running Win 2000 pro
Suggestions
Thanks
if you need an editor, i would recommend PHPEdit, as it makes coding much faster, and pulls up manual reference automatically.
If PHP/MYSQL/Apache, are all working together properly, then that should be all you need.
Thanks for the suggestion
What I am trying to do now is to work with mysql from the mysql client and do things via code.
Since I am new to php and mysql, I was wondering if it's better to work with code rather than a visual program.
code/visual?
code. but an editor that colors the code and helps you format it and brings up references automatically is better than using notepad, so i recommend PHPEdit. DevPHP as a backup if you don't like PHPEdit.
There is a vast list of editors that you could use here
I am currently working with mysql alone and I agree that coding is the better way.
I will make use of those editors you suggested
thanks
PHP my admin makes for good easy Database creation and management for developing.
http://www.phpmyadmin.net/home_page/
and I use PHP expert editor
PHP my admin makes for good easy Database creation and management for developing. http://www.phpmyadmin.net/home_page/ and I use PHP expert editor
Yes I have used php my admin .. I still prefer code.
Mind sending a link to the PHP expert editor?
Originally posted by bllott Yes I have used php my admin .. I still prefer code. Mind sending a link to the PHP expert editor?
]
hmmm well when im making forums I defiently dont wont to make the DB out of code hahaha
http://www.ankord.com/phpxedit.html
theres a good link
I find one i need to make a database i do use phpmyadmin. But somethings i want to make a function for. really PHPmyadmin is only really good if you are always changing your database structure well thats my opinion but code always works good 🙂
Great, I have a lot to learn