php-windows Digest 19 Sep 2003 14:13:18 -0000 Issue 1917

Topics (messages 21442 through 21447):

Re: Problem with $PHP_SELF and possibly some others
        21442 by: Luís Sousa

Warning messages
        21443 by: ascll
        21444 by: ascll

set_time_limit
        21445 by: Disko_kex
        21446 by: Paulo Nunes

MAPI and PHP
        21447 by: Herhuth, Ron

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 --- what file, the php.ini or the script im using?


From: "Anthony Saffer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: [PHP-WIN] Problem with $PHP_SELF and possibly some others
Date: Thu, 18 Sep 2003 15:07:13 -0700

I had the same problem.
For me, the solution was adding 'global $PHP_SELF' at the beginning of the
file and it suddenly started working.

Anthony


----- Original Message ----- From: "Luís Sousa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 12:22 PM Subject: RE: [PHP-WIN] Problem with $PHP_SELF and possibly some others


> yeah, i can also run scripts, i stopped testing when that funtion didnt
work
> tho so i dunno if i cant do any more funtions
>
>
> >From: "John Ellingsworth" <[EMAIL PROTECTED]>
> >Reply-To: <[EMAIL PROTECTED]>
> >To: Luís Sousa <[EMAIL PROTECTED]>
> >Subject: RE: [PHP-WIN] Problem with $PHP_SELF and possibly some others
> >Date: Thu, 18 Sep 2003 15:08:24 -0400
> >
> >Can you view a plain-jane html page in the same directory?
> >
> >Thanks,
> >
> >John Ellingsworth
> >http://mail.med.upenn.edu/~jellings/
> >
> >
> >
> >
> >-----Original Message-----
> >From: Luís Sousa [mailto:[EMAIL PROTECTED]
> >Sent: Thursday, September 18, 2003 3:01 PM
> >To: [EMAIL PROTECTED]
> >Subject: [PHP-WIN] Problem with $PHP_SELF and possibly some others
> >
> >
> >i just recently installed apache2 on my computer and then php4.3.3, so i
> >could test my scripts (im learnin) and I think im missing something
> >configuring php, i was trying out my scripts and this message came up:
> >
> >Forbidden
> >You don't have permission to access /<br /><b>Notice</b>: Undefined
> >variable: PHP_self in <b>C:/site/assignement5advanced.php</b> on line
> ><b>26</b><br /> on this server.
> >
> >i cant find anything related to php_self funtion on the php.net site, or
at
> >least the search engine cant :P, someone has a clue on what it could be?
> >
> >_________________________________________________________________
> >MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> _________________________________________________________________
> MSN Messenger: converse com os seus amigos online.
> http://messenger.msn.com.br
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


_________________________________________________________________ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com

--- End Message ---
--- Begin Message ---
Greetings,

I just installed the PHP Version 4.3.3 on my Windows 2000 Server (SP4)
machine. As the starting point, I have tried to run the index.php
(configured using IIS 4) without error and I get all those info regarding my
php.

index.php
=========
<html>
<head>
<title>Today's Date</title>
</head>
<body>
<?php phpinfo();?>
</body>
</html>


However, when I try to run another .php file, say test.php, I get these
warning messages below: -

test.php
========
<html>
<head>
<title>Today's Date</title>
</head>
<body>
<p>Today's Date (according to this Web server) is
<?php
echo( date('l, F dS Y.') );
?></p>
</body>
</html>


Warning messages
================


Warning: Unknown(E:\Nelson\RaceResult\test.php): failed to open stream:
Permission denied in Unknown on line 0

Warning: (null)(): Failed opening 'E:\Nelson\RaceResult\test.php' for
inclusion (include_path='.;c:\php4\pear') in Unknown on line 0


Please consult. Thanks in advance.


ascll
[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
Problem solved. Thanks.


"Ascll" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Greetings,
>
> I just installed the PHP Version 4.3.3 on my Windows 2000 Server (SP4)
> machine. As the starting point, I have tried to run the index.php
> (configured using IIS 4) without error and I get all those info regarding
my
> php.
>
> index.php
> =========
> <html>
> <head>
> <title>Today's Date</title>
> </head>
> <body>
> <?php phpinfo();?>
> </body>
> </html>
>
>
> However, when I try to run another .php file, say test.php, I get these
> warning messages below: -
>
> test.php
> ========
> <html>
> <head>
> <title>Today's Date</title>
> </head>
> <body>
> <p>Today's Date (according to this Web server) is
> <?php
> echo( date('l, F dS Y.') );
> ?></p>
> </body>
> </html>
>
>
> Warning messages
> ================
>
>
> Warning: Unknown(E:\Nelson\RaceResult\test.php): failed to open stream:
> Permission denied in Unknown on line 0
>
> Warning: (null)(): Failed opening 'E:\Nelson\RaceResult\test.php' for
> inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
>
>
> Please consult. Thanks in advance.
>
>
> ascll
> [EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---

Is there a way to set the timelimit to infinte? I tried to set_time_limit(3600) but after 300sec its terminates.

 

 

 

Med vänliga hälsningar

Joakim Ling


Masking 5, 417 64 Göteborg.
Växel 031-23 71 00, Fax 031-23 71 15
E-post
  [EMAIL PROTECTED]
www.lokalguiden.se

 


--- End Message ---
--- Begin Message ---
Set it to 0 (ZERO).
Have a nice programming day
  "Disko_kex" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED]
  Is there a way to set the timelimit to infinte? I tried to set_time_limit(3600) but 
after 300sec its terminates.

   

   

   

  Med vänliga hälsningar 

  Joakim Ling 


  Masking 5, 417 64 Göteborg. 
  Växel 031-23 71 00, Fax 031-23 71 15 
  E-post   [EMAIL PROTECTED] 
  www.lokalguiden.se 

   


--- End Message ---
--- Begin Message ---
I was wondering if anyone knew of any resource information or scripts on
how to access personal contacts and personal calendering using MAPI.

Any information or code snippets would be greatly appreciated,
Ron

--- End Message ---

Reply via email to