[PHP] get the filename of an include'd/require'd file?

2002-05-27 Thread John Ericson
not a member of the list) -- * John Ericson [EMAIL PROTECTED] * ICQ: 7325429 JID: [EMAIL PROTECTED] * web: http://john.pp.se -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sometimes browser just recieves half the page

2002-02-22 Thread John Ericson
with the configuration of apache or php but I dont know where to start looking. Versions: PHP 4.1.1 (See http://www.rskhq.2y.net/~nacka/phpinfo.php) Apache/1.3.22 (Unix) Please CC me since Im not a member of this maillinglist. -- * John Ericson [EMAIL PROTECTED] * ICQ: 7325429 JID: [EMAIL PROTECTED] * web: http

[PHP] preg_replace(/^\//.. doesnt work?

2002-02-20 Thread John Ericson
' '--with-zlib' Regex Library: Bundled library enabled PCRE (Perl Compatible Regular Expressions) Support: enabled PCRE Library Version: 3.4 22-Aug-2000 Please CC me since Im not a member of this maillinglist. -- * John Ericson [EMAIL PROTECTED] * ICQ: 7325429 JID: [EMAIL PROTECTED] * web: http

[PHP] Re: preg_replace(/^\//.. doesnt work?

2002-02-20 Thread John Ericson
thanks! On Feb 20 11:55, Philip Hallstrom wrote: $a = /test/; $a = preg_replace(/^\//, , $a); echo $a; Notice the difference in the second line... On Wed, 20 Feb 2002, John Ericson wrote: Im having a weird regexp problem in PHP that I think is correct