the problem, I have , has an easy solution, I think.
I have a test area in my code..
Code: Select all
<textarea name="notes" cols=60 rows=10></textarea>Code: Select all
$result = mysql_query ("INSERT INTO akyor (NOTES, DATE, TIME)
VALUES ('$notes', '$str_date', '$str_time') ");I know the solution is easy, but I can not find a way to replace <enter>'s with <br>'s.
Thanx all.