Thank you for your submission. It will be reviewed as soon as possible.

"); print ("

Reciprocal URL: $my_url

"); print ("

Your name: $your_name

"); print ("

Your Email: $your_email

"); print ("

Your URL: $your_url

"); print ("

Your web site description: $site_desc

"); $user_active = 0; if (( $your_url == '' ) || ( $my_url == '') || ( $your_name == '')|| ( $your_email == '') ) { header("Location: http://www.myhouseinfo.com/link_to_us/"); } if (( $your_url <> '' ) && ( $my_url <> '') ) { $sql = "replace into link_exchange (my_url, your_name , your_email , your_url , site_desc , active , approve , session_id ) values ('$my_url', '$your_name', '$your_email', '$your_url','$site_desc', 'No' , 'No' , '$user_session' ) "; $result = mysql_query($sql) or die("Add URL Query Failed." . mysql_error() . " ". $sql); } ?>