+ 1
Why don't need to declare the data type in PHP .
Like in c and c++ we decalare data type of variables how that auto conversion takes place, what is the reason ,i couldn't find , can anyone help me
1 Answer
0
Data types mainly deals with how much you can store a variable due to memory space.
PHP is a scripting language. To be precise, its used for server side can also be a back end.