Code: Select all
$query="insert into `` values ('','','')";
$result=$db->query($query);
hello
wo
r
l
d
I've designated the row for this in MySQL to be TEXT, and when the record is added it shows exactly as I've demonstrated when viewing in phpmyadmin. When I echo it out using:
Code: Select all
echo $row[''];
Suggestions??
Thanks -
sleepydad