0
How can i make an empty array and add variables later??
2 Respuestas
+ 1
Look at the code. Hope it helps you 😉
https://code.sololearn.com/wUDsp5sW95cT/?ref=app
+ 1
You may just declare empty array as $var = []; And then you can push some data into it