My Dear coders.
Im so noob in AJax.
I need a simple sample code for a like link.
Just like facebok like link.
When some on clicks on like link or image it will enter to the Mysql data base and the link will change to "liked".
Some thing like that.Please give me a very simple code.I want to know basic and I will able to configure and develop to suits to my site.
Thank You.
Thanks for your reply .
I do not want fb like button.
I want my own like system.
Like one of my member like any other members post and he can click like button.and its save in Mysql database.I can code php code for it.I want to do it without going to another page.Just clicking.
Thank you.
Sorry for bad English.
This would be a combination of AJAX and PHP. You would have to develop a series of scripts in javascript and php that would allow users to register and login to your site then know how to determine if they are logged in then make a feed where users can see what others like then you could make a series of scripts for a like button.