This article will not be a very technical one, more like a showcase of what you can do with Facebook’s Graph Search functionality. First of all, you have to activate it. Currently Graph Search only works on English language, so you have to enable it by changing your language to English(US). After you changed the […]
Tutorials
Handling tree structures in PHP
What is a tree? A tree is a scructure of data used for categories, showing hierarchy and so on. In web applications usually the most used case is creating category hierarchy, menu hierarchy or page hierarchy. Currently there are a lot of ways to create tree scructures in PHP, but we will use just one […]