Text column from MySQL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sinesio
Forum Newbie
Posts: 2
Joined: Mon Sep 23, 2002 10:32 pm

Text column from MySQL

Post by sinesio »

How to read and display Text column from MySQL

Can someone help me?
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Post 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*
sinesio
Forum Newbie
Posts: 2
Joined: Mon Sep 23, 2002 10:32 pm

Post by sinesio »

Coco,

Problem solved.

Thank you.
Sinesio
Post Reply