<?php # ---------------------------------------------------- # ----- AFC MySQL Address Book # ----- Version 2.2 # ----- Created on: 05/10/07 # ----- Designed by: American Financing # ----- http://www.americanfinancing.net # ----- For more scripts, please visit us at http://www.americanfinancing.net/free-scripts.cfm # ----- Please feel free to modify this script for your own purpose. # ----- ENJOY!!! # ----- You May Modify this script, but you may not resell it in anyway. # ---------------------------------------------------- $host = "localhost"; $username = "username"; $password = "password"; $db = "database-name"; //---------------------------Do Not Edit Below $table ="address-book"; ?>