PHP declaring empty arrays? -


i have make two-dimensional array based on number of lets car parts submitted on form. possible declare array of size , go , fill it?

php arrays dynamically allocated. there's no reason create ahead of time. start using indexes need them:

$mynewvar[0] = 'data'; 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -