PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I believe you declared the array as $datas, but later referred to it as "datas" omitting the "$". I think that if you put in the "$" it will fix the problem.