I use MS Access 2000 and PHP.
How should the
textarea be to be recognized by the
insert command?
PHP Code:
<form action="inserttext.php" method="get" onSubmit="">
<button id="" type="submit" value="" />
PHP Code:
<textarea id="2">
</textarea>
PHP Code:
$query = "INSERT INTO book (ft0, ft1, ft2, ft3, ft4) VALUES ('$FirstName', '$LastName', '$PhoneNumber')";