+ 2
How can I store multiple values in $_SESSION in PHP and then display them using for loop on a table?
6 ответов
+ 2
This will help you:
https://code.sololearn.com/wuulFN0tSDc6/?ref=app
+ 2
No problem Yishak Zewdineh this shows the following example. By the way you can also create associative array of mixed types.
https://code.sololearn.com/wP4od2iZ98SV/?ref=app
+ 2
Yishak Zewdineh you are welcome.
+ 1
Thank you JaScript, but what if I want to take input and store them in associative array instead of just using default initialized value?
+ 1
Thank you very much JaScript
0
https://www.sololearn.com/discuss/3077804/?ref=app
What if I take inputs and store them in associative array, after that read them to display?