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
Post a Comment