[PHP] new PHP chat room (with Flash interface)
here's a chat room that I made in PHP/MySQL with a Flash 5 front-end. All the other PHP chat rooms that I've found have an annoying "click" every few seconds when the webpage is refreshed. http://www.tufat.com/chat/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] including functions on every php page in a site
Hello, I have about 10 function definitions that I want included on every page in my website. Instead of calling: on every page, I'd prefer to have the functions automatically loaded into memory when a user visits any page of my site. I was thinking that there may be some what to do this with a root-level .htaccess file, but I'm not sure. Can anyone offer a solution? Thanks, Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php