Dysan Posted June 10, 2008 Share Posted June 10, 2008 What is meant by variable Data Types? Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/ Share on other sites More sharing options...
hansford Posted June 10, 2008 Share Posted June 10, 2008 interger, char, string, float, long, bool etc... Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/#findComment-562211 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? Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/#findComment-562254 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 Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/#findComment-562260 Share on other sites More sharing options...
Dysan Posted June 10, 2008 Author Share Posted June 10, 2008 MySQL. What is meant by "variable"? Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/#findComment-562382 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". Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/#findComment-562388 Share on other sites More sharing options...
discomatt Posted June 10, 2008 Share Posted June 10, 2008 Variable means inconsistent... changing... unknown... ect Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/#findComment-562393 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 Link to comment https://forums.phpfreaks.com/topic/109604-variable-data-types/#findComment-562618 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.