0
How can i make an empty array and add variables later??
2 Answers
+ 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