it depends.

is it a char restriction that MySQL is placing on you?
e.g. a TINYTEXT field type can only contain 255 chars,
whereas a TEXT type can contain 16MB (or something like that)

if it's a PHP restriction, you'll have to wade thru
PHP scripts to find the function that checks the
length, and alter that function.

however, if it's a MySQL limitation, all you need to
do is log into the MysQL server and issue some
ALTER TABLE statements
http://mysql.com/doc/A/L/ALTER_TABLE.html


> -----Original Message-----
> From: Anthony Daniels [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 20, 2001 6:12 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Another easy question!
> 
> 
> Hello,
> 
> I really like how this group responds quickly.  Here is another minor 
> problem I am facing.
> 
> My programmers are in Romania and have shut down shop for the weekend.  
> Well, I am in somewhat of a dilema.  I have a MySql database and php 
> enhanced admin. 
> section on my site.  The problem I am having is that the maximum character 
> amount that my programmers have put on three different variables is too 
> low.  I need to increase 
> these considerably.  Is there an easy way to do this?  If am not too 
> familiar with telenet, if that is what I must use, however, I can learn if 
> given detailed instructions.  
> 
> Please help!
> 
> Thank you,
> 
> Anthony Daniels
> 
> PS  I am pretty familiar with how varibales work, but I am not to 
> knowledgeable about the syntax.  If spelled out, I can do it. Thanks again.
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to