PHP Array Functions - array_combine() Function

preview_player
Показать описание
With this video you can learn array_combine() PHP Arrays Function. This is the php array function which creates an associative array from two arrays, it will get keys from array1 values from array2.
Рекомендации по теме
Комментарии
Автор

thank you for tutorials, i want to ask you, i want to display the last post that i insert in the top of the list, for understanding better, i will show you: "i use php and mysql"
now it display like:
1-first post
2-second post
3-...
4-....
5-last post

and i want it to be like:
5-last post
4-...
3-...
2-second post
1-first post


thank you
all the best

bourichea.