0
how can I make a comment and like options in my website ?
I have a website in php and in my content I need the like and comment option anyone can show me how to make it in my website thanks.
5 Respostas
+ 4
Mansour Sherzad then create a database.
I mean this is quite advanced to be said in few lines, go to this link (link below), it contains some php projects, like chat systems and others.
Try to understand how the communication with the server is done, and how to add data to your database.
Link:
https://code-projects.org
+ 2
You need a database. Learn how to connect to databases with PHP, and how to actually show the database information on your website.
To interact with a database, you'll first need to learn SQL language. The course here covers most of the basics.
+ 1
Please use relevant tags, 'web-development social-features' might make a relevant candidate 👍
0
I have finished the SQL language but I only not understand the algorithm for that and thanks for your instructions.
0
thanks a lot.