<<<<Restricted Area>>>>" .
"
Sorry, you must Log In to view this Page
<<<<Restricted Area>>>>" .
"
Problem with your username. Please Log In again.
Please go back and enter a phone number.
"); exit(); } $address = $_POST['address']; if($address == ""){ echo("Please go back and enter your mailing address.
"); exit(); } $city = $_POST['city']; if($city == ""){ echo("Please go back and enter your mailing city.
"); exit(); } $ZipCode = $_POST['ZipCode']; if($ZipCode == ""){ echo("Please go back and enter your mailing Zip Code.
"); exit(); } $url = $_POST['url']; $image = $_POST['image']; if($image != NULL){ $showimage = "Could not get data from Data Base: " . mysql_error() ."
"; }else{ $row = mysql_fetch_array($ok); $ID = $row[0]; $name_1 = $row[1]; $name_2 = $row[2]; $locale = $row[3]; $state = $row[4]; $country = $row[5]; $phonec = $row[6]; $email = $row[7]; $addressc = $row[8]; $cityc = $row[9]; $ZipCodec = $row[10]; $urlc = $row[11]; $region = $row[12]; $director = $row[13]; $imagec = $row[14]; $bioc = $row[15]; } ?>