[PHP-WIN] Re: [PHP] Problem with sessions

2002-11-12 Thread Ernest E Vogelsinger
he2\htdocs\SAMS\Chapter24\member.php on line 5 [snip] I believe the dot before the "c:" is the culprit. Remove it, restart Apache and retry. -- >O Ernest E. Vogelsinger (\)ICQ #13394035 ^ http://www.vogelsinger.at/ -- PH

Re: [PHP-WIN] Re: [PHP] How to echo the end marker '?>'

2002-11-08 Thread Ernest E Vogelsinger
At 14:12 08.11.2002, Cam Dunstan spoke out and said: [snip] >If you have a really sick and twisted mind you can create functions that do [snip] Hehe - fits me, that's why I code in PHP *lol* -- >

[PHP-WIN] Re: [PHP] How to echo the end marker '?>'

2002-11-08 Thread Ernest E Vogelsinger
But I can't figure out how to escape ?> so that the > interpreter doesn't take it as the end of the script ! Any idea ? [snip] Try echo ''; This should work (untested) -- >O Ernest E. Vogelsinger (\) ICQ #13394035 ^ http://www.vogelsinger.at/

Re: [PHP-WIN] pulling arrays from nested arrays?

2001-03-03 Thread Ernest E Vogelsinger
yet to get list() to return references instead of copies... ...ebird >O Ernest E. Vogelsinger (\)http://www.1-at-web.at/ ^ ICQ# 13394035 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: [PHP-WIN] Question on using an array

2001-02-28 Thread Ernest E Vogelsinger
ou only have _one_ "links.php" key in the array). I wanted to add that you should put a "reset($array)" statement before any "each($array)" loop to make sure the loop will reliably start at the very first element. ...ebird >O Ernest E. Vogelsinger

Re: [PHP-WIN] HTTP Header REFERER

2001-02-26 Thread Ernest E Vogelsinger
O referer variable is available. That's always the case when you get to the script not using a link, but type it into the location bar directly (or call it up from your favorites). AFAIK, IIS on NT4 sets HTTP_REFERER correctly if available. ...ebird >O Ernest E. Vogel

Re: [PHP-WIN] Why do we want to give YOU money?

2001-02-09 Thread Ernest E Vogelsinger
email-address sampling bot. ...ebird >O Ernest E. Vogelsinger (\)http://www.1-at-web.at/ ^ ICQ# 13394035 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th

Re: [PHP-WIN] PHP is not stable under Windows platform...

2001-02-08 Thread Ernest E Vogelsinger
n't use ISAPI on a Windows platform (sad, but true). ...ebird >O Ernest E. Vogelsinger (\)http://www.1-at-web.at/ ^ ICQ# 13394035 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-WIN] Less Than x but greater than y

2001-01-25 Thread Ernest E Vogelsinger
print "below 0 or above 20"; ?> ...ebird >O Ernest E. Vogelsinger (\)http://www.1-at-web.at/ ^ ICQ# 13394035 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: [PHP-WIN] IIS Filter

2001-01-22 Thread Ernest E Vogelsinger
r b) Inetinfo crashes "0xC001" when php4isapi.dll is mapped to the .php extensions and these extensions are executed rapidly by a browser. This is WinNT4 SP 6a, IIS4.0. Thanks for any more info, ...ebird >O Ernest E. Vogelsinger (\)http://www.1-at-web.at/ ^

[PHP-WIN] IIS Filter

2001-01-22 Thread Ernest E Vogelsinger
gt; Use PHP as the filter name, and supply a path to the php4isapi.dll but the filter always fails to load. The EventLog gives me an "Event ID 14", "The filter ... failed to load". The error data is 7B 00 00 00. Any clues anyone? Thanks, ...ebird >O Ernest E.