[PHP-WIN] RE: Anyone know how to set IMAP

2002-09-30 Thread Uttam
as far as i know, you can not use the mail function without a mail server in windows. by the way, whome you want to send mail w/o mail server i.e. another windows user or linux user or anyone else?? regds, -Original Message- From: konchim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Octobe

[PHP-WIN] UNC document roots -- possible?

2002-09-30 Thread Rick Osborne
Heya, folks, I'm banging my head against a wall here, so any help would be great. It's a bit long, but I'm hoping that this provides every last detail you might need to help me figure out what I'm doing wrong. We have 3 servers at our office, in the following configuration: DEATHSTAR

[PHP-WIN] fsockopen timeout not working

2002-09-30 Thread Scott Dowd
I have a PHP application that goes out an checks all our servers via SNMP when requested. Trouble is, if the server is not available, the fsockopen never times out and therefore never moves onto the next server. I am running 4.2.3 on IIS (NT4). I read there was a bug with previous versions, but I

[PHP-WIN] Re: error: loading extensions / php_xslt.dll on win32

2002-09-30 Thread Mark Johnson
I still seem to be having a problem. When I run depends on my php_xslt.dll it says: "At least one module has an unresolved import due to a missing export function in an implicitly dependent module." When I look, I see a call to _ecalloc from php4ts.dll that is marked with a red icon. I just d

RE: [PHP-WIN] dynamic combo boxes

2002-09-30 Thread Vail, Warren
I'd recommend you do a view source on your finished page and make sure one to the option tags has the SELECTED parameter and troubleshoot from there. good luck, Warren Vail Tools, Metrics & Quality Processes -Original Message- From: Tim Blackwell [mailto:[EMAIL PROTECTED]] Sent: Monday

Re: [PHP-WIN] dynamic combo boxes

2002-09-30 Thread Scott Carr
Sample Code: $strRET .= ""; $strRET .= "Select Script:"; $dialscripts = $GLOBALS['db']->query("SELECT * FROM dialscripts WHERE CO_ID=" . $_SESSION['CO_ID']); if (!DB::isError($dialscripts)) { while ($row = $dialscripts->fetchRow(DB_FETCHMODE_ASSOC

[PHP-WIN] dynamic combo boxes

2002-09-30 Thread Tim Blackwell
hi--i'm having some trouble autoloading a combo box with a mysql column. could someone help please thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: porting to 4.2.3 - variable interpolation

2002-09-30 Thread Brian 'Bex' Huff
A couple of ideas... the '' and "" string encapsulators do behave slightly differently in PHP, so you might want to try double quotes. Second, are you sure $i is being set? Third, you may need to do this: $key = 'budget_w{$i}'; $value = $_POST['$key']; be sure to echo the value for $key to ma

[PHP-WIN] Re: porting to 4.2.3 - variable interpolation

2002-09-30 Thread konchim
Are you using XP? I also use php 4.2.3 , have many problem so i down grade to 4.2.2 i suggest you down grade,haha... "Ignatius Reilly" <[EMAIL PROTECTED]> ???:00a601c268a2$71f00060$[EMAIL PROTECTED] > Hullo, > > After upgrading from 4.2.2 to 4.2.3, I met an annoying problem: > > I POST a form

[PHP-WIN] Re: Any Squirrelmail users running on Windows NT 5 under IIS 5?

2002-09-30 Thread konchim
It is your script problem the script header must not have space!! I meet this problem before "R.S. Herhuth" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > > I'm trying to get Squirrel Mail running under Windows NT 5 running IIS 5 > and I was wondering if someone might be able to give me a hand.

Re: [PHP-WIN] String truncate problem of varchar when interfacing with a MS SQL server

2002-09-30 Thread konchim
maybe you set it to "BLOB" can support more char. "B.A.T. Svensson" <[EMAIL PROTECTED]> ???:001701c26877$326ac450$[EMAIL PROTECTED] > > I don't know how to work around this problem; is it possible that this is a bug, > > or that I have to run a certain command on the MS SQL before I fetch tha

php-windows Digest 30 Sep 2002 19:03:14 -0000 Issue 1364

2002-09-30 Thread php-windows-digest-help
php-windows Digest 30 Sep 2002 19:03:14 - Issue 1364 Topics (messages 16070 through 16077): String truncate problem of varchar when interfacing with a MS SQL server 16070 by: Filip De Graeve 16071 by: Svensson, B.A.T. (HKG) Connecting to MS SQLserver problem?? 16072

[PHP-WIN] Re: Anyone know how to set IMAP

2002-09-30 Thread konchim
I can't use the mail function I know how to send attachments and get mail in php but i don't know how to set the function at windows and apache or php "Manuel Lemos" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > Hello, > > On 09/29/2002 02:03 PM, Konchim wrote: > > Anyone know how to set IMAP >

[PHP-WIN] porting to 4.2.3 - variable interpolation

2002-09-30 Thread Ignatius Reilly
Hullo, After upgrading from 4.2.2 to 4.2.3, I met an annoying problem: I POST a form with fields budget_w1, budget_w2, ... $_POST['budget_w{$i}'] used to work, but does not anymore with 4.2.3: Notice: Use of undefined constant budget_w - assumed 'budget_w' in c:\apache\... Anybody can give me

[PHP-WIN] Any Squirrelmail users running on Windows NT 5 under IIS 5?

2002-09-30 Thread R.S. Herhuth
I'm trying to get Squirrel Mail running under Windows NT 5 running IIS 5 and I was wondering if someone might be able to give me a hand. Specifically I'm getting a ton of "Warning: Cannot add header information - headers already sent..." errors. I was wondering if there is a setting (or setting

RE: [PHP-WIN] PHP 2 for WINDOWS

2002-09-30 Thread brother - Martin Bagge
Edgar wrote: > Hello, > > I'am looking for a php release 2 for windows... > And some documentation of this release functions. I couldn't find any php2 releases for windows at the "php museum". http://ftp.proventum.net/pub/php/win32/ looks like the first version for windows was 3.0.11. /broth

[PHP-WIN] PHP 2 for WINDOWS

2002-09-30 Thread Edgar
Hello, I'am looking for a php release 2 for windows... And some documentation of this release functions. Thank you. Bye. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Connecting to MS SQLserver problem??

2002-09-30 Thread Gard Rødahl
I'm trying to connect to a mssqlserver from PHP, i have got the php_mssql.dll and this one has also been untagged in the php.ini file. But for some reason does ALL the php scripts timeout when the php_mssql.dll is being setup in the .ini file. I'm running the php.exe from c:/PHP through ISAPI in I

RE: [PHP-WIN] String truncate problem of varchar when interfacing with a MS SQL server

2002-09-30 Thread Svensson, B.A.T. (HKG)
> I don't know how to work around this problem; is it possible that this is a bug, > or that I have to run a certain command on the MS SQL before I fetch that variable? No, its a settings problem for you: default column widths are set to 255 characters. > If so, which command would it be? It is

[PHP-WIN] String truncate problem of varchar when interfacing with a MS SQL server

2002-09-30 Thread Filip De Graeve
Hello, First of all I've been looking for days on the net, trying to find a solution before I came here. I've found similar cases, but never a solution... This is my problem: When using the php_mssql extension to access a database (of which I can't make changes to its design) running on MS SQL