[PHP] new PHP chat room (with Flash interface)

2002-09-17 Thread Darren Gates
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:

[PHP] including functions on every php page in a site

2002-05-24 Thread Darren Gates
Hello, I have about 10 function definitions that I want included on every page in my website. Instead of calling: ? include( myFunctions.php); ? 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