Re: [PHP-WIN] smtp help

2002-01-23 Thread DL Neil
Hi Mike, > I'm trying to make PHP send email from a windows server, or rather, I'm > trying to help my girlfriend do it. =well seeing there's a lady involved... > in php.ini the SMTP variable is set to her mail server (which does relay > for her netblock). > Also, the sendmail_from line is also

[PHP-WIN] FW: [PHP-INST] Adding GD extensions

2002-01-23 Thread Ellis Michael A KPWA
Since this is a Windows specific question I thought I would send it to the php-windows mail list as well. Mike Ellis -Original Message- From: Ellis Michael A KPWA [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 11:06 AM To: '[EMAIL PROTECTED]' Subject: [PHP-INST] Adding GD e

RE: [PHP-WIN] Include()

2002-01-23 Thread alain samoun
Ross: No, it's not what I mean :) Let say that you have a PHP class that I like on your site, for free or a bundle of pounds, you give me permission to use this class from my site to your site (include it on my site) without even giving me your source. Anyway, I know there are other ways to do tha

[PHP-WIN] fopen

2002-01-23 Thread Robert Abbate
I am having trouble getting php to be able to write to text files using fopen under windows. does anyone know how to get php for windows to do this? I'm using: $fp2 = fopen($filezz, "w+"); flock($fp2, 1); fputs($fp2, "my text"); fclose($fp2); THanks, Robert -- PHP Windows Ma

[PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-23 Thread Charlie Killian
A client is having trouble setting up SMTP services on their Windows NT machine so PHP can access it through the mail() function. SMTP is set to mail.theserver.com in the php.ini. Mail() works when set to a different mail server. PHP and the mail services are on the same machine. The SMTP server

RE: [PHP-WIN] Include()

2002-01-23 Thread Shrock, Court
hweb services.I am curious about an alternative to .Net and Sun for web services.anybody? -Original Message- From: alain samoun [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 11:48 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [P

[PHP-WIN] Problems with users using pconnect instead of connect

2002-01-23 Thread Fritz Keller
Hi We have problems with users using on our NT 4 server PHP with the pconnect string instead of only connect All connects then keep to be open in sleep modus. Then if there are too many the whole MySQL-server stops working. How can we setup PHP so users cannot use anymore the pconnect string?

RE: [PHP-WIN] fopen

2002-01-23 Thread Philipp Traeder
Hi Robert, I'm still a beginner concerning PGP, so I can't tell you where the error is, but I've been successful using the following code: HTH, Philipp Traeder [[EMAIL PROTECTED]] > -Original Message- > From: Robert Abbate [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 200

[PHP-WIN] Re: Session and Header function

2002-01-23 Thread Charlie Killian
Make sure you session_write_close() before you redirect so the session data has a chance to be written. Charlie "St Ooi" <[EMAIL PROTECTED]> wrote in message 005001c1a302$9d1f97c0$010a@mis">news:005001c1a302$9d1f97c0$010a@mis... I have a problem with session and redirection. I have setu

Re: [PHP-WIN] WAP

2002-01-23 Thread Charlie Killian
I wrote a PHP class to check whether it is a WAP or Web browser depending on the HTTP_ACCEPT. You can view here: http://www.tizac.com/php/DeviceType.txt Hope this helps. Charlie "Laserjetter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks, that would

[PHP-WIN] kermit? getting data from comm port?

2002-01-23 Thread Jeff D. Hamann
I'm not sure if this is really a php question or not? I've got an application (win32, apache, php, mysql) where users download data from a data recorder, using kermit (x/y/z modem), onto a server (preferrably not going from the data recorder to a file on the hard disk, then from the file to the u

[PHP-WIN] Here is a Step by Step on how to install and configure PHP 4.1.x in Win2k with IIS5

2002-01-23 Thread Andre Amaral
Hi all. Here is my first attempt to make easy Step by Step installation manual for PHP4.1.x on Windows 2000 based systems running IIS5 using CGI or ISAPI. Here is the link that will ake a lot of people happy. :) http://www.experttek.com/php/installation.txt Fell free to contact me. Contacts are i

php-windows Digest 24 Jan 2002 05:00:56 -0000 Issue 967

2002-01-23 Thread php-windows-digest-help
php-windows Digest 24 Jan 2002 05:00:56 - Issue 967 Topics (messages 11589 through 11610): Re: $PHP_SELF 11589 by: Aasmund Sæter 11590 by: Martin Lindhe 11591 by: Ryan Marrs 11592 by: Martin Lindhe smtp help 11593 by: Mike Garfias 11594 by: M

[PHP-WIN] Re: Here is a Step by Step on how to install and configure PHP 4.1.x in Win2k with IIS5

2002-01-23 Thread SomeGuy
yeah great...now if somebody could do the same for windows apache php4.1.1 and a modular installation it would just kick ass :) "Andre Amaral" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all. Here is my first attempt to make easy Step by Step installation

[PHP-WIN] Re: PHP header

2002-01-23 Thread Fabian Hoffmann
First you must name the file *.php! Than; not every host now PHP... so u must contact But a nice lokal Webserver/Packet is PHPtriad look at www.downloads.com and Search /PHPtriad! notice: Before you install PHP-triad uninstall alll other lokal webservers! MfG Fabian Hoffmann "Paul Wallace" <[

[PHP-WIN] mail()

2002-01-23 Thread Fabian Hoffmann
Hello! I have made a php formmailer! My Problem: When I receive the mail, in the from(sender) line is something like www-data, but I wont the real sender adress for example [EMAIL PROTECTED] in the from line not in the subject line or in the message, just in the from line! Is this possible or