[PHP-WIN] Re: Unusual problem with mail() function (PHP4.3.1(as ISAPI) - IIS5 - Win2K)

2003-03-06 Thread Manuel Lemos
Hello, On 03/06/2003 06:08 AM, Vlad wrote: When I use mail() function fom my php script (PHP4.3.1(as ISAPI) - IIS 5 - Win2K) some times, randomly, (not always!) I'm getting error: "SMTP error 550 5.7.1. Unable to relay to ". I don't think that this is problem with my SMTP server - to prove this I

[PHP-WIN] I am try to upload an image to a folder on my web server

2003-03-06 Thread Stephen K Knight
I am trying to upload an image to my webserver. This is the PHP page that is called from my html page. I am trying to upload the image to my folder called "logos" the direct link would be: C:\Program Files\Apache Group\Apache2\htdocs\logos I am not sure what I am doing wrong in the code below.

[PHP-WIN] I am having probles getting apache to work with php

2003-03-06 Thread Stephen K Knight
I am currently running on a Windows Box the OS is ME I have installed apache 2.0.44 and I have downloaded the newest PHP download for windows. I have read the configuration manual repeatedly for getting the php into the apache httpd.conf doc file. but I still cannot get php to be recognized. Can a

[PHP-WIN] Develope a Windows PHP Extension.

2003-03-06 Thread Setec Astronomy
Hy, I write from Italy, I'm searching to develope a PHP extensio under Windows OS, I read the weww.php.net documantation but I don't know where to start. Can someone help me? Are there some resources about developing extensions? Are there some sime SDKs with template or otherelse? Thanks. --

[PHP-WIN] Re: Disappearing names

2003-03-06 Thread rotsky
Oh-oh - never mind, my cock-up. After I'd created the database on my local MySQL set-up, I then had to do it again on the hosting server using phpMyAdmin (because the hosting company hasn't worked out a way for me to upload databases yet). And then I made some minor changes to my local system - inc

RE: [PHP-WIN] question about mail

2003-03-06 Thread Matt Babineau
On windows try: Ini_set("SMTP", "mail.yourserveraddress.com"); --> -Original Message- --> From: freeman [mailto:[EMAIL PROTECTED] --> Sent: Saturday, February 22, 2003 5:42 PM --> To: [EMAIL PROTECTED] --> Subject: [PHP-WIN] question about mail --> --> --> hey does anyone now if there

[PHP-WIN] question about mail

2003-03-06 Thread freeman
hey does anyone now if there is a way to determin which mail server to use directly from the script when you write the mail function.

[PHP-WIN] Good graphic engine

2003-03-06 Thread Matt Babineau
Hi All- I'm looking for a really nice graphing engine. I have tried a couple but they seem a bit clunky. I'm looking for something very visually appealing without a ton of configuration. Something that supports antialiasing would be nice. Thx- Matt

AW: [PHP-WIN] com_load_typelib()

2003-03-06 Thread Sven Schnitzke
Ok I see. Try INI setting com.autoregister_typelib = true and leave out the call of com_load_typelib() That gives you one instance of M$ Word that is dropped with Quit. Loading is slower so you might try to use that with ini_set() only when needed. I don't know if it's honored that way though. Ch

[PHP-WIN] Re: The page cannot be displayed

2003-03-06 Thread Thomas
The page is now keeps refreshing without ever showing the full page, altho its showing more than it did "Ben O'Neill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Goto IE, Tools, Advanced, and un-check using friendly error mesasges. That > should give a move helpful error messag

php-windows Digest 6 Mar 2003 18:50:55 -0000 Issue 1621

2003-03-06 Thread php-windows-digest-help
php-windows Digest 6 Mar 2003 18:50:55 - Issue 1621 Topics (messages 18868 through 18877): Session handling for windows - new sessionid generated everytime I run session_start() 18868 by: Hector Lumang Re: $_Post doesn´t work 18869 by: Aidal MySQL Table Locks 18870

[PHP-WIN] Disappearing names

2003-03-06 Thread rotsky
I've got the following routine in a login page. What happens is that the first time the user goes to the page, a form is shown. The user enters ID & password and clicks a button. This calls the same page again but with a POSTed variable 'mode' set to "checklog" so that this is what the user gets th

AW: [PHP-WIN] com_load_typelib()

2003-03-06 Thread Sven Schnitzke
What do you need the typelib for ? I suggest you try the example in the doc of com_load_typelib, just comment out the call to this particular function and smile. (Background: com_load_typelib apparently does not attach to a running instance, so you get orphans en masse.) Generally you have to qui

[PHP-WIN] Re: The page cannot be displayed

2003-03-06 Thread Ben O'Neill
Goto IE, Tools, Advanced, and un-check using friendly error mesasges. That should give a move helpful error message. -- Ben O'Neill "Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i have just installed > php-4.3.1-Win32 > mysql-3.23.55-win > apache_2.0.44-win32-x86-no_ssl.

[PHP-WIN] com_load_typelib()

2003-03-06 Thread Mark Hammond
How does one kill the process created by com_load_typelib()? com_load_typelib('Word.Application'); The above code creates an instance of winword.exe on the server, and leaves it running indefinately. How does one kill this process when the code is done executing? _

[PHP-WIN] The page cannot be displayed

2003-03-06 Thread Thomas
i have just installed php-4.3.1-Win32 mysql-3.23.55-win apache_2.0.44-win32-x86-no_ssl.msi following the stadard procedure using the standard httpd.conf and php.ini (editing only where neccesary) on my windows XP pro server at home. locally everything works fine (in my http://localhost/beinspired)

[PHP-WIN] Unusual problem with mail() function (PHP4.3.1(as ISAPI) - IIS 5 - Win2K)

2003-03-06 Thread Vlad
When I use mail() function fom my php script (PHP4.3.1(as ISAPI) - IIS 5 - Win2K) some times, randomly, (not always!) I'm getting error: "SMTP error 550 5.7.1. Unable to relay to ". I don't think that this is problem with my SMTP server - to prove this I'm sending emails with the same parameters f

AW: [PHP-WIN] Mail Function Problem

2003-03-06 Thread Sven Schnitzke
Hi Jason, this is not a PHP problem. As the message states: The intranet SMTP server you are addressing does not support "proxy function" and refuses to forward your mail to e.g. hotmail. OTOH if you want to send directly you have to do ini_set("SMTP", "SMTP_server_you_want_to_drop_your_mail_at") j

[PHP-WIN] MySQL Table Locks

2003-03-06 Thread fran . thomas
Anyone any idea how to check whether a table is locked? In particular I use FLUSH TABLES WITH READ LOCK before backup starts and want to know whether this has happened. Thanks in advance, . : Fran Thomas Internet communications are not secure and therefore the Barclays Group does not accept lega