Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by franwpd

  1. franwpd

    Implode problem

    Here is my DB: CREATE TABLE `tablenames` ( `tablename_id` int(5) unsigned NOT NULL auto_increment, `tablename` varchar(25) NOT NULL default '', PRIMARY KEY (`tablename_id`) ) TYPE=MyISAM AUTO_INCREMENT=3 ; When I get the DB filled, it should print like this: A101, A102, A103 With the...

Part and Inventory Search

Back
Top