[PHP-WIN] Re: Update multiple records from a text field

2004-04-05 Thread Justin Patrin
Kaizer Boab wrote: This has still got me stumped. I tried the following script to update the table but I'm still experiencing the same result, only one row updates, the rest remain unchanged. while (list($k, $v) = each($qty)) { $newQty = $v; $update = "update cart set qty = $newQty WHERE track

php-windows Digest 5 Apr 2004 18:34:23 -0000 Issue 2195

2004-04-05 Thread php-windows-digest-help
php-windows Digest 5 Apr 2004 18:34:23 - Issue 2195 Topics (messages 23362 through 23364): php newbie, losing variable scope across functions 23362 by: bry.itnisk.com 23363 by: DvDmanDT Re: Update multiple records from a text field 23364 by: Justin Patrin Administri

[PHP-WIN] CGI (c++) - Fork To PHP - _popen - 404 No input file specified

2004-04-05 Thread Hankj
I am running IIS / 2000 server. I have php api in place. Works well. I have a c++ program. #include #include int main(int argc, char *argv[]) { printf("Content-Type: text/html\r\n\n"); printf(""); printf(""); FILE* whandle; // handle to one end of pipe c

[PHP-WIN] Re: CGI (c++) - Fork To PHP - _popen - 404 No input file specified

2004-04-05 Thread DvDmanDT
Hmm.. The filename isn't supposed to be passed as argument, I think, unless you use like 4.3.6, which I think solves this.. I'm not sure at all (guessing really), but it seems like you should write data to PHP's STDIN or something.. Considering you are also able to pass POST, GET and server specifi

[PHP-WIN] Using PHP on Server 2003...

2004-04-05 Thread Jason Boomer
I'm trying to setup PHP to run on Windows 2003 running IIS 6 and SQL Server 2000 SP2. I'm able to setup PHP itself with no problem; the "phpinfo.php" page opens fine. The problem I have is when I try to setup either "phpwebsite" or "phpbb". For some reason I continue to get a "Database not found

RE: [PHP-WIN] Using PHP on Server 2003...

2004-04-05 Thread Svensson, B.A.T. (HKG)
Just for the protocol: You have made sure that the ms sql extension is available in the php ini file, as well made sure that the ms sql dll is in the same directory as php.exe? -Original Message- From: Jason Boomer To: [EMAIL PROTECTED] Sent: 2004-04-06 03:36 Subject: [PHP-WIN] Using PHP

php-windows Digest 6 Apr 2004 06:53:13 -0000 Issue 2196

2004-04-05 Thread php-windows-digest-help
php-windows Digest 6 Apr 2004 06:53:13 - Issue 2196 Topics (messages 23365 through 23368): CGI (c++) - Fork To PHP - _popen - 404 No input file specified 23365 by: Hankj 23366 by: DvDmanDT Using PHP on Server 2003... 23367 by: Jason Boomer 23368 by: Svensson,