"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo "On-Line Registration"; echo "
"; echo ""; echo "

"; echo "Registration for this meeting is now closed.
"; echo ""; echo "If you have questions, please contact co2.experts@noaa.gov."; echo "

"; echo ""; echo "

"; echo "There is no registration fee."; echo "

"; echo "

"; echo "Please Note: The focus of the meeting is on technical issues. Non-technical topics including national reports will be presented as posters."; echo "

"; echo "

"; echo "Posters should not exceed 36 inches in width and 48 inches in height.
"; echo "Wireless Internet access will be available."; echo "

"; echo "

"; echo "Registration deadline: June 1, 2005
Abstract deadline: July 15, 2005 (Please send abstracts to co2.experts@noaa.gov)"; echo "

"; echo "

"; echo "If you need a letter of invitation, please send your request to co2.experts@noaa.gov. Include \"Re: Letter of Invitation\" in the subject line and the name and address of the recipient in the e-mail."; echo "

"; echo "
"; echo "

"; echo ""; echo ""; # echo ""; echo ""; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo ""; echo "[NOAA Homepage]"; echo ""; echo ""; echo "Climate Monitoring and Diagnostics Laboratory
"; echo "[Home]"; echo "[About CMDL]"; echo "[Contact Us]"; echo "[Feedback]"; echo "[Privacy Policy]"; echo "
"; echo "
"; echo ""; echo "[OAR Homepage]"; echo "
"; echo "
"; echo ""; echo ""; # echo ""; echo ""; echo ""; } # # Function DB_Insert ######################################################## # function DB_Insert($str) { # # Insert registration information into DB # $arr = split("\|",$str); $insert = "INSERT INTO data"; $fields = " (num, pre, first, last, affiliation, address1, address2"; $fields = "${fields}, country, tel, fax, email, present, type, title, topic"; $fields = "${fields}, fullname, passport, cor, cob, dob)"; $values = " VALUES (NULL, '${arr[0]}', '${arr[1]}', '${arr[2]}'"; $values = "${values}, '${arr[3]}', '${arr[4]}', '${arr[5]}'"; $values = "${values}, '${arr[6]}', '${arr[7]}', '${arr[8]}'"; $values = "${values}, '${arr[9]}', '${arr[10]}', '${arr[11]}'"; $values = "${values}, '${arr[12]}', '${arr[13]}'"; $values = "${values}, '${arr[14]}', '${arr[15]}', '${arr[16]}'"; $values = "${values}, '${arr[17]}', '${arr[18]}')"; $sql = $insert.$fields.$values; $res = ccgg_insert($sql); if (strcmp($res,"")) { return(FALSE); } return(TRUE); } ?>