[PHP-WIN] How to advise a script to always execute or be included?

2005-10-12 Thread Ross Honniball
How do you advise a script to always execute or be included before each script is run? I can remember reading that this was an option years ago and want to use it now but I'm having trouble finding it in the manual. Thanks ... Ross -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] Handling objects as session vars

2005-10-12 Thread Paul Menard
Marcos, A suggestion to your code changes. Try this first. Note I removed the 'if' statement where you were checking for a valid object instance. I suggest using the PHPHPunction 'is_a' and/or 'is_object'. Start with this... David, This is not a correct statement "sessions work by using c

Re: [PHP-WIN] PHP cannot load extensions

2005-10-12 Thread Karl Orbell
I'm getting the exact same problem with Apache. It's not isolated to phpMyAdmin though. The php.ini file is read by Apache, but then no matter what the extensions_dir is set to it says "cannot load module 'filename'" giving a filename that most definitely exists. It only seems unable to find t