a rap song hihi haha
best comment I've ever read on a mailing list. reminds me that live is fun
thanks for making my day
thanks sheridan for ur shakespear like abbilities
thanks bastien for ur humor
GREAT
"Bastien Koert" wrote in message
news:d7b6cab70908120909u593cbd6v692f34ae6ddea...@mail.g
Have you gone here:
http://www.php.net/unsub.php
Make sure you input the email address with which you registered:
r...@duvals.ca
It's really not very hard... my 10 month old baby could do it.
Cheers,
Rob.
Rick Duval wrote:
SORRY BUT
I CAN'T GET OFF THIS LIST, I CAN'T GET OFF T
On Wed, Aug 12, 2009 at 12:06 PM, Ashley
Sheridan wrote:
> On Wed, 2009-08-12 at 12:03 -0400, Rick Duval wrote:
>> SORRY BUT
>> I CAN'T GET OFF THIS LIST, I CAN'T GET OFF THIS LIST, I CAN'T GET OFF THIS
>> LIST
>> I'VE TRIED. NO RESPONSE. IS THERE AN ADMIN OUT THERE? PLEASE GET ME
>> OFF THIS
On Wed, 2009-08-12 at 12:03 -0400, Rick Duval wrote:
> SORRY BUT
> I CAN'T GET OFF THIS LIST, I CAN'T GET OFF THIS LIST, I CAN'T GET OFF THIS
> LIST
> I'VE TRIED. NO RESPONSE. IS THERE AN ADMIN OUT THERE? PLEASE GET ME
> OFF THIS LIST!
>
>
SORRY BUT
I CAN'T GET OFF THIS LIST, I CAN'T GET OFF THIS LIST, I CAN'T GET OFF THIS LIST
I'VE TRIED. NO RESPONSE. IS THERE AN ADMIN OUT THERE? PLEASE GET ME
OFF THIS LIST!
This message has been scanned for
viruses and dangerous content by
A
On Wed, Aug 12, 2009 at 10:02 AM, Julian Muscat Doublesin <
opensourc...@gmail.com> wrote:
> I had a problem with the include and require paths when using AJAX. This I
> have solved by using the document root. However since doing so I am
> experiencing performance issues. Loading 20 records has su
Could you post some of the code that you have used.
--
Conor
http://conormacaoidh.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I had a problem with the include and require paths when using AJAX. This I
have solved by using the document root. However since doing so I am
experiencing performance issues. Loading 20 records has suddenly turned into
something of a matter of a minute rather then seconds.
Has anyone ever experie
Title: RE: [PHP] Apache config + PHP include paths
Shaun, you can also define php_value (but NOT php_admin_value) lines in a .htaccess file rather than in your httpd.conf, assuming you gave (or were given) the appropriate AllowOverride parameters to use .htaccess... Unless you are running
on 6/21/01 8:14 AM, Butler, Shaun at [EMAIL PROTECTED] wrote:
> is there a way to set up a different include path per virtual host in the
> apache config or in the php.ini ?
>
> so www.blahblah.com would have /www/libs as the include path
>
> and
>
> www.moomoo.com would have /www/moo
>
> --
Yes, in httpd.conf, just add the appropriate line, i.e.
php_value include_path "blah"
in the section for each virtual host.
- Tim
http://www.phptemplates.org
> is there a way to set up a different include path per virtual host in the
> apache config or in the php.ini ?
--
PHP General Mai
in your virtualhost definition use:
php_value include_path "new include path"
might be that instead of php_value you have to use php_admin_value, not
sure.
this is explained in "Chapter 3. Configuration" of php manual.
lenar.
""Butler, Shaun"" <[EMAIL PROTECTED]> wrote in message
010624050
is there a way to set up a different include path per virtual host in the
apache config or in the php.ini ?
so www.blahblah.com would have /www/libs as the include path
and
www.moomoo.com would have /www/moo
-- Shaun
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail
On Saturday 19 May 2001 23:18, Dylan Finney wrote:
> I am fairly new to PHP and so far I love it. One question I have is
> how to call include files outside of their directory without hard
> coding the real path to the file itself. Is there map path or a
See the include_path ini directive in t
Hello,
I am fairly new to PHP and so far I love it. One question I have is how to
call include files outside of their directory without hard coding the real
path to the file itself. Is there map path or a similar function in PHP?
Also when i use readfile() or fpassthru() when I echo the result
15 matches
Mail list logo