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)
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
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;
>
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
> 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
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
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
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
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:
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
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,
11 matches
Mail list logo