<form action="edithp.php" method="post">
<div align="center">
<textarea name="edithtml" type="text" cols="60" rows="20" wrap="virtual" id="edithtml">
<?
session_start();
$link = mysql_connect('localhost','chaotici_commu', 'dragon')
or die("Could not connect");
mysql_select_db('chaotici_chaotic')
or die("Could not select database");
$my_quadrant = $_SESSION['edithtml'];
$query = "SELECT html from users WHERE username='$my_quadrant'";
$show = mysql_query($query);
while ($row=mysql_fetch_array($show))
{
echo "$row[code=html]";
}
?>
</textarea>
<input name="Submit" type="submit" value="Update" class="buttons">
<input type="reset" name="reset" value="Undo" class="buttons">
</div>
</form>
this shows up in the text area.
<br />
<b>Warning</b>: session_start(): Cannot send session cookie - headers already sent by (output started at /home/chaotici/public_html/community/spoono/text.php:6) in <b>/home/chaotici/public_html/community/spoono/text.php</b> on line <b>7</b><br />
<br />
<b>Warning</b>: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/chaotici/public_html/community/spoono/text.php:6) in <b>/home/chaotici/public_html/community/spoono/text.php</b> on line <b>7</b><br />
visit this to see the problem and login as aznjay and pass dragon.