What is difference between include() and require(). How can I pass database connection link (returned from mysql_connect() function) to different pages.
-KKA
See explanation of include and require in PHP manual and that should tell you which one of them you might be using to pass the db connection.