Page 1 of 1

Text column from MySQL

Posted: Mon Sep 23, 2002 10:32 pm
by sinesio
How to read and display Text column from MySQL

Can someone help me?

Posted: Tue Sep 24, 2002 4:04 am
by Coco
http://www.mysql.com/doc/en/SELECT.html
and specifically
http://www.mysql.com/doc/en/Selecting_columns.html

[edit]
oh and
http://www.php.net/manual/en/ref.mysql.php
might help...
mysql_query and mysql_fetch_array
[/edit]

*considers pinching twig's sig*

Posted: Tue Sep 24, 2002 10:06 am
by sinesio
Coco,

Problem solved.

Thank you.
Sinesio