Ive got some code that goes like this:
echo "
<form action=\"existing_user.php\",>
<fieldset>
<legend>Edit What You Have Here!</legend>
Who are you? <select name=\"user\" />";
$con = mysql_connect("localhost","tf2");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}...