<?php
echo "<form id=\"submit\" action=\"editprofile.php5\" method=\"POST\" name=\"submit\">
<center>
<p>Display Name</p>
<p><input type=\"text\" name=\"dname\" value=\"\" size=\"45\" maxlength=\"50\" /></p>
<p>My picture</p>
<p><input type=\"file\" name=\"image\" /> <br /><small>Image must be .jpg format and contain no spaces or other invalid characters.</small></p>
<p>About Me</p>
<p><textarea name=\"pro-sum\" rows=\"20\" cols=\"75\">" . $row['summary'] . "</textarea></p>
<p>Hobby's</p>
<p><input type=\"text\" name=\"hobby\" value=\"\" size=\"75\" maxlength=\"100\" /></p>
<p><div align=\"center\"><input type=\"submit\" name=\"submit\" value=\"Update my profile!\" /></div></p>
</center>
</form>";
?>