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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -