On my Win98 / Xitami / PHP 4.2.3, I only specify following in php.ini:
[mail function]
SMTP=
sendmail_from=
and it works pretty well.
regards,
-Original Message-
From: Geoff Ogilvy [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 01:40
To: [EMAIL PROTECTED]
Subject: Sending mail
Hi,
in short: for SMTP delivery on windows you need an SMTP port
_within reach_ of the sending machine. The dialup network program
of Windows does by itself no autodial. So to bring up the dialup
dialog you would have to get an [auto]dialer reacting upon port 25.
(A mail proxy with [auto]dial func
you can try setting extension_dir = c:/inetpub/wwwroot
or extension_dir = c:\\inetpub\\wwwroot
-Original Message-
From: Diego Fulgueira [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 21:03
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] dl() doesn't work . PHP 4.3.1 + Apache 1.3 + Win2k
test!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Loading DLLs has nothing to do with the PHP path, it has to do with the SYSTEM
path. You have to either alter the PATH variable, or place the DLLs in the same
directory as the php4ts.dll, or in c:\winnt\system32
also, next time send the full PHP error
Hello,
I have just installed PHP4 and new to this environment. Can someone
help me with SESSION variables. I need to log the users sesssion into a
MySQL database but how do I retrieve the users session information. Is
there a simple function that will provide me with the information?
I have tried
I need the user ID of the logged in user (.htaccess)
on an Apache Server using PHP4. This should be
in $REMOTE_USER or $PHP_AUTH_USER.
On one server (FreeBSD: Apache 1.3.27 with PHP 4.2.2) the test.phtml file
below works as expected. The user login apprompt appears
and the user logs in, and the p
Hello,
We have a lot of features included in Krysalis
(http://www.interakt.ro/products/Krysalis/) exactly to help you generate
dynamic XML trees from database information.
Alexandru
--
Alexandru COSTIN
Chief Operating Officer
http://www.interakt.ro/
+4021 411 2610
"Parvez Soobhany" <[EMAIL PROTEC
php-windows Digest 14 Mar 2003 19:58:32 - Issue 1634
Topics (messages 19002 through 19010):
Re: Sending mail on Windows 98
19002 by: Uttam
19003 by: Sven Schnitzke
Re: dl() doesn't work . PHP 4.3.1 + Apache 1.3 + Win2k.
19004 by: P.Gertman.informgaz.gazprom.ru
Does anyone have experience with PHP integrated development
environments?
I have experience with Dreamweaver 4 and am considering upgrading to
Dreamweaver MX although I'm not sure it has as much PHP support as I'd
like. I'm also interested in Zend Studio v2.6 which is just released.
I'd appreci
Through past releases of PHP, I've developed with global variables on.
These days it's becoming the trend, for security & asthetics purposes, to
turn global variables off... Let's say I have a $status variable that
changes depending upon the user's actions on the previous page and displays
a m
For the $status variable, sessions might help in passing the data along
pages.
-Original Message-
From: Cam [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 15, 2003 12:10 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Global Variable Issues
Through past releases of PHP, I've developed
I'm trying to extract one record that has largest sequence ID number for an
employee, so I've tried below but doesn't work. Help.
$mQuery = "EmployeeID = '$user'";
$mCur = odbc_exec( $mCnx, "select ID=max(ID),Date,TimeIn,TimeOut,StationIP
from Clocks where $mQuery" );
--
PHP Windows Mailing
should be something like :
select max(is) as id, ...
- Original Message -
From: "GeneralX" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 14, 2003 11:46 PM
Subject: [PHP-WIN] ODBC Query max()
> I'm trying to extract one record that has largest sequence ID number for
a
Hi, I trying for the first time ever to compile PHP on my Windows 2000
machine using MS VC++ 6. I have been following the instructions in
/manual/en/install.windows.php. Everything goes fine until the linker kicks
in:
Linking...
LINK : fatal error LNK1181: cannot open input file "zlib.lib"
Erro
Hello,
Dreamweaver MX has all the support that you'd like if you also get our
(free and commercial) software development tools.
http://www.interakt.ro/products/
Alexandru
--
Alexandru COSTIN
Chief Operating Officer
http://www.interakt.ro/
+4021 411 2610
"Jim Beach" <[
Hi.
I followed the instructions in the php manual to install php as CGI module
under apache, under windows. I get the following message when requesting
a php file:
Invalid URI in request GET /mydir/myfile.php HTTP/1.1
I believe this is because Apache is not getting the protocol:host part of
the r
17 matches
Mail list logo