[PHP-WIN] Re: FrontPage or something else?

2006-04-05 Thread Oğuzhan Ceylan
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

Re: [PHP-WIN] Access javascript from php

2006-04-05 Thread Aaron Kenney
I recommend

[PHP-WIN] PHP 4.4.2 and MySQL 5?

2006-04-05 Thread Jeff Chastain
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.

Re: [PHP-WIN] PHP 4.4.2 and MySQL 5?

2006-04-05 Thread dale
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