<?php
// Your database
$host = "localhost";
$user = "iyell";
$password = "*****";
$database_name = "my_db";
// You
$mail = "hide@address.com";
// Your script
$url = "http://iyell.net/"; //do not forget the / at the end
// Facebook
$appid = "136108403153703";
?>