I am reasonably new to programming so please be gentle
I am trying to create a facility in my program that allows for a diary relating to some jobs that I am doing. The diary requires a notes facility which i though would be easy by writing
echo "<textarea name='Note' value='$Note' rows='3' cols='80'></textarea>";
and then saving the $Note into a database.
however the Database restricts me to 255 characters. the error mesage then says use BLOB..
I am now posting this query which well over 255 characters,
Obviously I am going about this the wrong way can anyone point me in the write direction and what is BLOB..