Dysan Posted June 10, 2008 Share Posted June 10, 2008 What is meant by variable Data Types? Quote Link to comment Share on other sites More sharing options...
hansford Posted June 10, 2008 Share Posted June 10, 2008 interger, char, string, float, long, bool etc... Quote Link to comment Share on other sites More sharing options...
Dysan Posted June 10, 2008 Author Share Posted June 10, 2008 What's the difference between varchar and char? Quote Link to comment Share on other sites More sharing options...
discomatt Posted June 10, 2008 Share Posted June 10, 2008 Are you talking MySQL or PHP? I don't believe PHP has a varchar variable type... but varchar is a variable length of characters... as the name suggests Quote Link to comment Share on other sites More sharing options...
Dysan Posted June 10, 2008 Author Share Posted June 10, 2008 MySQL. What is meant by "variable"? Quote Link to comment Share on other sites More sharing options...
DarkWater Posted June 10, 2008 Share Posted June 10, 2008 Please use it in context. We have NO idea what you're referencing when you say "variable". Quote Link to comment Share on other sites More sharing options...
discomatt Posted June 10, 2008 Share Posted June 10, 2008 Variable means inconsistent... changing... unknown... ect Quote Link to comment Share on other sites More sharing options...
Barand Posted June 10, 2008 Share Posted June 10, 2008 see mysql manual, that's what it's there for http://dev.mysql.com/doc/refman/5.0/en/char.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.