I have array
$mas = array("aaa","bbb","ccc","ddd","fff");
I want print this array so:
aaa bbb
ccc ddd
fff
I do not wondered, how to make html/css for this, please tell me
|
|
|
CSS:
PHP:
|
|||
|
|
|
If you want to print an array with two items per line, you can try the following:
Use CSS to style the |
|||
|
|