php-windows Digest 7 Jan 2005 13:36:12 -0000 Issue 2526
Topics (messages 25254 through 25260):
PHP & Win2k
25254 by: Daniel Aguilar
The Test.php program does not execute
25255 by: GKE
25256 by: GKE
25258 by: Luis Moreira
IIS KeepAlive problem
25257 by: Miha Nedok
Re: Word COM Object
25259 by: Sven Schnitzke
Re: Sending Emails
25260 by: Armando
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 ---
I'm a newbie to PHP and I can't find what "PHP_Self" ( )ers to? it seems to
be why I can't get my supposedly simple php shop to work.
Any suggestions or websites with examples?
--- End Message ---
--- Begin Message ---
I have just joined the learning bandwagon of PHP. I am using Windows 98SE,
as such, I downloaded the Windows version of the PHP program 4.3.2-Win32
version. But after
installation (Manual), I still cannot get anything working.
Sometimes I get Access Denied ......something something FORCE REDIRECT and
sometimes the following error message.
HTTP Error 403
403.1 Forbidden: Execute Access Forbidden
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that does not allow programs to be
executed.
What could I have done wrong? Need assistance
GKE
--- End Message ---
--- Begin Message ---
I have just joined the learning bandwagon of PHP. I am using Windows 98SE,
as such, I downloaded the Windows version of the PHP program 4.3.2-Win32
version. But after
installation (Manual), I still cannot get anything working.
Sometimes I get Access Denied ......something something FORCE REDIRECT and
sometimes the following error message.
HTTP Error 403
403.1 Forbidden: Execute Access Forbidden
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that does not allow programs to be
executed.
What could I have done wrong? Need assistance
GKE
--- End Message ---
--- Begin Message ---
The error is not PHP related. The message comes from the http server.
Either you have restrictions on the directory, at OS level (I don't know
if you can do that with '98), or within the HTTP server.
Luis
GKE wrote:
I have just joined the learning bandwagon of PHP. I am using Windows 98SE,
as such, I downloaded the Windows version of the PHP program 4.3.2-Win32
version. But after
installation (Manual), I still cannot get anything working.
Sometimes I get Access Denied ......something something FORCE REDIRECT and
sometimes the following error message.
HTTP Error 403
403.1 Forbidden: Execute Access Forbidden
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that does not allow programs to be
executed.
What could I have done wrong? Need assistance
GKE
--- End Message ---
--- Begin Message ---
Hi !
I can't force IIS to do KeepAlive with PHP scripts. I tried adding
content-length via ob_get_length() and It won't work.
Has anyone any suggestions how to make IIS and PHP do KeepAlive ?
-Mika
--- End Message ---
--- Begin Message ---
Hi,
sorry for accidentally sending private mail first ! Now to the list:
to insert a pagebreak just leave out the parameter entirely. It's default:
$word->Selection->InsertBreak();
but for clarity you may want to specify it, so do it the positional way (it's
the 1st one):
$word->Selection->InsertBreak(wdPageBreak);
Named parms don't seem to be supported by PHP COM.
HTH
--
Sven
> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 5. Januar 2005 18:55
> An: [email protected]
> Betreff: [PHP-WIN] Word COM Object
>
>
> I have successfully made a PHP script that takes dynamically generated
> HTML and creates a Word Doc then saves it to the server and creates a link
> to itself. This is fine and dandy but now I have to do a multipage
> document using several dynamically generated pages...this isnt a problem
> BUT I need to put a page break following each dynamically generated page.
> Is there some MS WORD command that I could embed in the HTML I am
> generating that will cause a page break?
>
> This seemingly simple task is killing me.
>
> Ron
>
>
>
>
>
>
--- End Message ---
--- Begin Message ---
That's what I did to get around it. Fortunately my ISP doesn't care who
the mail is addressed from, so I'm able to send the mail as if it's from
any address I want, but some ISPs have their mail server configured so
that only the email address of the connected uername (primarily on
dialup systems) will work.
HarryG wrote:
Well you should still be able to relay messages via your ISP's mail server.
Meaning in your php.ini, under the mail server settings put in mail.aol.com
or mail.whateverisp.com.
You just have to find out your isps mail server name and put it in your
php.ini
"Armando" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Yes you can do it but you have to remember that some people on certain
ISPs may not ever receive email from you. For instance, my IP address is
listed on the mail abuse DUL list (actually my whole subnet is, and most
other Shaw subnets are as well). Because of that DUL list no AOL user
will ever get an email that is sent from my home server.
You can check if your IP address may be on a mail abuse black list by
going here: http://www.mail-abuse.com/lookup.html.
This is actually funny because DUL stands for Dial Up List to prevent
dynamic dialup users from spamming, but I'm on a cable modem service. I
guess it's the principle though. You really never know which ISPs filter
email based on DUL lists and whatnot until people start complaining that
they aren't getting their automatically generated emails from your
website. It's a real pain in the a$$ :) Cheers.
Armando
HarryG wrote:
I have a similar setup on my xp pro box but with iis. I have installed
the
smtp service of iis and in my php.ini said that the mailserver is
localhost.
I can send out email using my php forms and applications.
"Hassan Shaikh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
My server is on dynamic IP and I'm using NO-IP.com (or similar service)
to get a boring-weeeird-name.com :) Now, is it possible to send email
via PHP thru that server? Or do I need to use some sort of command-line
MUA / mail client to enable sending EMAILS using PHP?
Using the Apache 1.3.33, PHP5 on Win XP Pro. Please advise.
Thanks.
Hassan
--- End Message ---