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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -