[PHP-WIN] PHP and SQL 2000

2004-08-11 Thread PHP MySQL
hi there, i have been trying to connect to a sql 2000 server database. I am able to connect using the DSN-connection: i.e., the following code works: "; while (odbc_fetch_row ($process)) { $Description = odbc_result($process, "FullDescrp"); echo "$Description "; } odbc_close ($sqlconnect)

[PHP-WIN] phpBB, PHP5, MySQL 4, and IIS 6

2004-08-11 Thread JNJ
Guys -- I'm getting a headache trying to install phpBB. I have IIS 6 (Win2K3), PHP 5, MySQL 4. Every install has the same result -- "The PHP configuration on your server doesn't support the database type that you chose" I've d/led the PHP 5 patched version -- same results. I've enabled the

Re: [PHP-WIN] Help: a NS7 problem

2004-08-11 Thread Justin Patrin
On Wed, 11 Aug 2004 22:08:09 -0300, oleks <[EMAIL PROTECTED]> wrote: > Hi All > > How to fix a NS7 problem where it wants to add a .PHP extension to all > filenames > > I try to use this funnction: > > function download ($fileDir, $fileName) { > $completeFilePath=$fileDir.'/'.$fileName; >

[PHP-WIN] Help: a NS7 problem

2004-08-11 Thread oleks
Hi All How to fix a NS7 problem where it wants to add a .PHP extension to all filenames I try to use this funnction: function download ($fileDir, $fileName) { $completeFilePath=$fileDir.'/'.$fileName; header('Pragma: no-cache'); header("Content-type: archive/exe\n Content-Disp

Re: [PHP-WIN] PHP 5, IIS 6, no love....

2004-08-11 Thread JNJ
> You did remember to restart IIS, right? Yup. I also restarted the box 3 times during the testing process. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP 5, IIS 6, no love....

2004-08-11 Thread Justin Patrin
On Wed, 11 Aug 2004 03:10:03 -0400, news.php.net <[EMAIL PROTECTED]> wrote: > Ok, so I decided to go the easy route with PHP 5 and simply use the > installer. Fresh installation of Win2K3, IIS works just fine, and I take > the next step of running the PHP 5 installshield app. I updated the > perm

[PHP-WIN] Re: Variables not passed through form

2004-08-11 Thread Nathan
Anne Shroeder schreef: I've always used PHP on *Nix platforms. So I'm assuming that this is a windows issue. Here is identical code (1) on an MS server: http://www.cgapdirect.org/annes/ProductCosting/contribute.php (2) on a Linux sever: http://www.language-works.com/cgap/contribute.php The form v

RE: [PHP-WIN] FOrm processing question

2004-08-11 Thread Gryffyn, Trevor
I didn't notice if someone had replied to this yet or not, but sounds like a classic globals issue. Check your PHP.INI to see if you have globals turned on? I'm guessing you do for the Unix system but not on the Windows box. In PHP.INI (make sure you're looking at the same PHP.INI that PHP is u

[PHP-WIN] FOrm processing question

2004-08-11 Thread anne
Trying this again. IT makes no sense that from one page to the next the variable values are not being carried. They are in Unix, just not in the code on windows? How do you process form data normally? ---Original Message--- > From: Anne Shroeder <[EMAIL PROTECTED]> > Subject:

[PHP-WIN] PHP 5, IIS 6, no love....

2004-08-11 Thread news.php.net
Ok, so I decided to go the easy route with PHP 5 and simply use the installer. Fresh installation of Win2K3, IIS works just fine, and I take the next step of running the PHP 5 installshield app. I updated the permissions as the installer recommends at the end of the installation. Everything appe

[PHP-WIN] ldap and openssl under windows

2004-08-11 Thread Christophe Gesché
I need to test an ldaps connection with a php script running on windows XP. I can't found where I need to place my .pem file -- - Moosh -- php.net -- phpfrance.com === Php & Pear @ Fosdem 2005 === -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,