php-windows Digest 1 Apr 2004 10:55:25 -0000 Issue 2190

Topics (messages 23331 through 23334):

DB::affectedrows() issue
        23331 by: Jim MacDiarmid

Re: Including files in php
        23332 by: Jesper Palmqvist  [Talarforum i Skandinavien AB]

Refresh in php
        23333 by: Sudeep Sarath
        23334 by: Svensson, B.A.T. (HKG)

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 attempting to use this method and I'm getting an undefined method
error. Anyone else getting this or having any luck with it?


Thanks,
Jim

--- End Message ---
--- Begin Message ---
Or simply use '\\'

include("..\\folder1\\includefile.php");
Or just include("\\folder1\\includefile.php");

/Jesper

-----Ursprungligt meddelande-----
Från: Jim MacDiarmid [mailto:[EMAIL PROTECTED] 
Skickat: den 31 mars 2004 18:34
Till: [EMAIL PROTECTED]
Ämne: [PHP-WIN] Including files in php



I seem to be having trouble with including files into my pages. I like
to structure my site into folders so that I can keep the root folder
relatively clean and only necessary files go in there. For example:

\DocRoot\
        \folder1\
        \folder2\
        \folder3\
        -- etc --

I've noticed that in order to include a files into pages or call other
files, I have to specify the path of the folder in my php.ini include
directive. I've tried to specify the path of the file in the include()
or require() statement, such as 

include("..\folder1\includefile.php");
Or just include("\folder1\includefile.php");

but that doesn't seem to help. Is there an easier way to this?


Thanks a bunch,
Jim

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

--- End Message ---
--- Begin Message ---
Hi friends,
 
Is there any function in php that keeps refreshing the page after a fixed time...just 
like "<meta refresh>" in normal HTML files.
 
 
Thanx
 
...SuDeEp...

Win an evening with the Indian cricket captain: Yahoo! India Promos.

--- End Message ---
--- Begin Message ---
No, connections are client initiated. 


-----Original Message-----
From: Sudeep Sarath
To: Php-windows mailing list
Sent: 4/1/2004 10:30 AM
Subject: [PHP-WIN] Refresh in php

Hi friends,
 
Is there any function in php that keeps refreshing the page after a
fixed time...just like "<meta refresh>" in normal HTML files.
 
 
Thanx

--- End Message ---

Reply via email to