Jump to content

print MySQL - table - row - comment(my_comment)


grga

Recommended Posts

Perhaps is my question little stupid but....

 

I add a row in table, with php code below:

 

ALTER TABLE `my_table` ADD `my_row` VARCHAR( 30 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL COMMENT 'my_comment';

 

how can I print content of COMMENT 'my_comment' on a page with php??

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/46032-print-mysql-table-row-commentmy_comment/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.