Try Dreamweaver. It has automated scripts on different languages, also
has great help on design phase. In my country it has mostly been used.
A small try doesn't cost u much..
Tony Aldemir yazmış:
Hi There,
I am trying to decide what software to use along with PHP so that I can
create a decen
I recommend
I have MySQL 5 installed and running with several non-PHP applications on my
development server. I am trying to install a PHP app that supposedly only
works on PHP 4 currently (not PHP 5). So, I installed PHP 4 and everything
looks good there. However, I cannot get it to connect with MySQL 5.
You could try the following:
1) delete your existing php_mysql.dll
2) copy php_mysqli.dll into your extensions directory
3) rename php_mysqli.dll to php_mysql.dll
Then repeat steps 1-3 for the libmysql.dll/libmysqli.dll
> I have MySQL 5 installed and running with several non-PHP applications on