//****************************************************************************** // index.php // ------------------- // begin : Saturday 3rd August 2002 // copyright : (C) 2002 Rochen Host. All rights reserved. // developer : Chris Adams // email : chris@rochen.com // //****************************************************************************** // // ================================================================================= // Script Setup // ================================================================================= $domain = "www.egypty.com/tanseeq"; // Please type your domain here without the HTTP:// // // Don't edit below this line unless you plan to edit the formating of this script // ================================================================================= // End Setup // ================================================================================= $fields = $HTTP_POST_VARS["fields"]; $youremail = $HTTP_POST_VARS["youremail"]; $yourname = $HTTP_POST_VARS["yourname"]; $fname = $HTTP_POST_VARS["fname"]; $femail = $HTTP_POST_VARS["femail"]; $personalmessage = $HTTP_POST_VARS["personalmessage"]; ?>