sac9829 Posted May 26, 2004 Posted May 26, 2004 Hi How do I allow the model number to accept more then around say 8 letters. Because some of my model numbers are like 20 letters. Any ideas.
AlanR Posted May 26, 2004 Posted May 26, 2004 You have phpMyAdmin? You can alter the length of the field in the database. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
AlanR Posted May 26, 2004 Posted May 26, 2004 I think you're looking for products_id?in Table: products. Default is int(11) Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
AlanR Posted May 26, 2004 Posted May 26, 2004 Or products_model. Same table. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
sac9829 Posted May 28, 2004 Author Posted May 28, 2004 Thanks I found it: Products then products_model was set to 12 by default. Thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.