php-windows Digest 30 Sep 2002 05:32:58 -0000 Issue 1363
Topics (messages 16064 through 16069):
Re: i have a problem,can hlep?
16064 by: Luis Ferro
Anyone know how to set IMAP
16065 by: konchim
16066 by: M.B.
16069 by: Manuel Lemos
Re: PHP and IIS6 (windows .NET RC1)
16067 by: Tyler
16068 by: Tyler
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
This happened to me just yesterday...
In a W2K English box the script would work ok...
In a W98 and WMil Portuguese box, the scripts wouldn't get any values...
To me looked like a flunky internationalization bug somewhere in the
OS... mayhappen someone has the resources to investigate this further
(feel free to email me directly if that's the case)...
Cheers...
Luis Ferro
konchim wrote:
>thank you
>
>But my problem is when i set a form method="post" action="xx.php"
>and then the php can't get the value
>the script don't have error in other server,only my server can't get the
>value!
>so, i don't know why?
>
>Kon Chim
>
>
>
>
>
---
[This E-mail scanned for viruses by Declude Virus]
--- End Message ---
--- Begin Message ---
Anyone know how to set IMAP
I use WinXP apache Php4.0
where can i download a Dll for php IMAP?
And How to set it use my SMTP Account?
I didn't have Email server can i use PHP's Mail Function?
Konchim
Thank You very much
--- End Message ---
--- Begin Message ---
Whell, at least I know that you can't use the Mail Function without setting
your SMTP right.
I have put an attachment in this message, that is how to somebody tolled me
to do it.
If you get ather methodes, can you warn me then, 'cause I realy like to know
if there is anouther suggestion?
M.B.
"Konchim" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Anyone know how to set IMAP
> I use WinXP apache Php4.0
> where can i download a Dll for php IMAP?
> And How to set it use my SMTP Account?
> I didn't have Email server can i use PHP's Mail Function?
>
> Konchim
> Thank You very much
>
>
begin 666 mailserver_SMTP.txt
M4V\L('EO=2!S:&]U;&0@:&%V92!A;B!A8V-E<W,@=&\@<VUT<"!S97)V97(N
M(%1H96X@:6X-"G!H<"YI;FD@<V5T(&QI;F5S(&%S(&)E;&]W(&%C8V]R9&EN
M9R!T;R!A9&1R97-S(&]F#0IY;W5R('-E<G9E<B!A;F0@>6]U<B!M86EL8F]X
M+BXN#0H-"EMM86EL(&9U;F-T:6]N70T*4TU44" ]('EO=7(N<VUT<"YS97)V
M97(-"G-E;F1M86EL7V9R;VT@/2!Y;W5R+F%D9')E<W- >6]U<BYD;VUA:6X@
)#0H-"DA42 T*
`
end
--- End Message ---
--- Begin Message ---
Hello,
On 09/29/2002 02:03 PM, Konchim wrote:
> Anyone know how to set IMAP
> I use WinXP apache Php4.0
> where can i download a Dll for php IMAP?
The IMAP extension comes with standard PHP distribution for Windows and
is in the extensions directory.
> And How to set it use my SMTP Account?
> I didn't have Email server can i use PHP's Mail Function?
I do not know if you can configure that.
Anyway, if you are looking for composing and sending MIME formatted
messages with attachments, HTML with embedded images or text and HTML
versions in the same message, you may want to look into this class that
provides that with plenty of explanatory examples:
http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
--- End Message ---
--- Begin Message ---
Ok, this is messed up, if you go to my webpage:
http://warezmonkey.ca
You see it says this:
The type of the token is inappropriate for its attempted use.
And I have no idea what the heck that means.
Now the stupid part. I click on the little asterix on the bottom right of my
page. It asks me for a password. Upon entering the password, i can edit my
news content through a different PHP page. WHICH WORKS FINE!!! But I am
unable to get my main.php working.
I will try your setup way once i get home...
Thanks,
----- Original Message -----
From: "Cedric Perthuis" <[EMAIL PROTECTED]>
Newsgroups: php.windows
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 28, 2002 6:54 PM
Subject: Re: PHP and IIS6 (windows .NET RC1)
> Ok, that was easier than what I thought :)
>
> Windows .Net PHP installation:
>
> First of all the installer doesn't work because an ActiveX object used to
> configure IIS is not present or not available when you try to install PHP.
>
> - So download the zip file instead.
> - rename/modify/copy php.ini to your C:/WINDOWS directory.
> - copy the file php4ts.dll to C:/WINDOWS/SYSTEM32 ( required, I don't know
> why, it is supposed to be used only if you use extension...but even
without
> extensions it doesn't work without it )
>
> IIS 6.0 disable by default all the ISAPI extensions:
> - go to the IIS management console panel
> - You have 4 subsections, FTP sites, Application Pools, Web Sites and Web
> Service Extensions
> - Go to Web Service Extensions
> - For the first try, Allow "All Unknown ISAPI extension" then you will be
> able to create an entry for the PHP and juste allowing it, I didn't try it
> yet.
> - go now in Web Sites, and do the classic extension mapping at the top
level
> of your web sites heirarchy
> - in Home Directory, click on Configuration, and now add the [your
> path]/php4isapi.dll file with the extension .php
> - in Home Directory, allow Script and Executable or only Scripts
>
> et voila ! You don't have to restart anything, it just work now.
>
> Next step having MySql work... it seems to be really harder... but mysql
can
> be easily replace by SQL server, so I am not too much worried about it.
>
> Cedric.
>
> > "Tyler" <[EMAIL PROTECTED]> a écrit dans le message de news:
> > [EMAIL PROTECTED]
> > > Hi, I cannot seem to get PHP working under Windows.NET RC1 Standard
> > Server.
> > > Is there anyone out there who got this to work and knows how?
> > >
> > > Thanks much,
> > >
> > > Tyler.
> > >
> > >
> >
> >
>
>
--- End Message ---
--- Begin Message ---
SIR!
YOU ARE A GOD!
Thank you
:)
"Cedric Perthuis" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ok, that was easier than what I thought :)
>
> Windows .Net PHP installation:
>
> First of all the installer doesn't work because an ActiveX object used to
> configure IIS is not present or not available when you try to install PHP.
>
> - So download the zip file instead.
> - rename/modify/copy php.ini to your C:/WINDOWS directory.
> - copy the file php4ts.dll to C:/WINDOWS/SYSTEM32 ( required, I don't know
> why, it is supposed to be used only if you use extension...but even
without
> extensions it doesn't work without it )
>
> IIS 6.0 disable by default all the ISAPI extensions:
> - go to the IIS management console panel
> - You have 4 subsections, FTP sites, Application Pools, Web Sites and Web
> Service Extensions
> - Go to Web Service Extensions
> - For the first try, Allow "All Unknown ISAPI extension" then you will be
> able to create an entry for the PHP and juste allowing it, I didn't try it
> yet.
> - go now in Web Sites, and do the classic extension mapping at the top
level
> of your web sites heirarchy
> - in Home Directory, click on Configuration, and now add the [your
> path]/php4isapi.dll file with the extension .php
> - in Home Directory, allow Script and Executable or only Scripts
>
> et voila ! You don't have to restart anything, it just work now.
>
> Next step having MySql work... it seems to be really harder... but mysql
can
> be easily replace by SQL server, so I am not too much worried about it.
>
> Cedric.
>
> > "Tyler" <[EMAIL PROTECTED]> a écrit dans le message de news:
> > [EMAIL PROTECTED]
> > > Hi, I cannot seem to get PHP working under Windows.NET RC1 Standard
> > Server.
> > > Is there anyone out there who got this to work and knows how?
> > >
> > > Thanks much,
> > >
> > > Tyler.
> > >
> > >
> >
> >
>
>
--- End Message ---