[PHP-WIN] php shows no results

2003-08-02 Thread Dominic
I have the following php statement which shows results when I run on the database server in SQL. The page connects to the database server, but for some reason returns no results. It does show results if I setup for another table however. The code is: The table was made as: CREATE TABLE `TSto

RE: [PHP-WIN] Re: Apache or IIS

2003-08-02 Thread Mike Brum
What I've found is that if you're going to making a quick & dirty little dev environment on a personal machine and you're running Windows, then using IIS is just fine. It's extremely quick and easy to set up and it's easy to learn even if you don't know what you're doing and are making "educated gu

[PHP-WIN] Re: Apache or IIS

2003-08-02 Thread Jon Phipps
You are right, I am getting tired of the hassles I face with my IIS5 bases system, previously functioning scripts that fail for no apparent reason... and many other things. I think I am going to start configuring apache for my system. I ran it some time ago and it runs much faster than IIS in m

[PHP-WIN] Re: Apache or IIS

2003-08-02 Thread Craig Roberts
I've never used PHP with IIS... but run it on 2 Windows 2000 Apache (1.3.27) servers in production, plus on 2 test workstations. I've had few problems. There's plenty of tutorials on the net for configuring Apache to do all sorts of things. Craig Roberts "The.Rock" <[EMAIL PROTECTED]> wrote in m

[PHP-WIN] Re: Apache or IIS

2003-08-02 Thread The.Rock
I wouldn't call myself a guru with IIS, but I happen to know a lot about it. In my experience with IIS and PHP, the bigger the script the more IIS seems to sag. Apache runs better and is more stable I think than IIS. The thing about editing a conf file for the configuration is no big deal. If your

Re: [PHP-WIN] Q on parts of PHP?Apache setup...

2003-08-02 Thread Jim
This subject has come up on PHPBuilder site previously and it looks like they might have solved the question. Check out: http://www.phpbuilder.com/board/showthread.php?threadid=10242264 and see if there is information there that helps you out. It looks to me like there are 2 different DLLs depend

php-windows Digest 2 Aug 2003 17:05:48 -0000 Issue 1850

2003-08-02 Thread php-windows-digest-help
php-windows Digest 2 Aug 2003 17:05:48 - Issue 1850 Topics (messages 20985 through 20987): Re: Q on PHP 4.3.2 & Apache 2.0.43 20985 by: jsWalter IIS6.0 & CGI PHP header 20986 by: Sadun Sevin Q on parts of PHP?Apache setup... 20987 by: jsWalter Administrivia: To su

[PHP-WIN] Q on parts of PHP?Apache setup...

2003-08-02 Thread jsWalter
These are the config commands I have for PHP under Apache... LoadFile "/etc/php/php4ts.dll" Action application/x-httpd-php "/etc/php/php.exe" LoadFile "/etc/php/gnu_gettext.dll" LoadModule php4_module "/etc/php/sapi/php4apache2.dll" ScriptAlias /php/ "/etc/php/" AddType appli

[PHP-WIN] IIS6.0 & CGI PHP header

2003-08-02 Thread Sadun Sevin
CODE IS: -- Http://".$GLOBALS["HTTP_HOST"]."/main.php?";); exit; ?> after header() it redirects but i faced with the error of: --- CGI Error The specified CGI application misbehaved by not returning a complete se