Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- suggest link
- https://codewithawa.com/posts/like-and-unlike-system-using-php-and-mysql-database
- tbl_category
- id
- name
- status 'Active','Inactive'
- created_by
- created_at
- tbl_post
- id
- category_id
- title
- description
- image
- youtube_video
- status 'Active','Inactive'
- author_name
- total_likes ( like By User ANDROID_ID )
- total_views ( view By User ANDROID_ID )
- created_by
- created_at
- tbl_installed_device
- id
- android_unique_id
- tbl_likes
- id
- android_id
- post_id
- tbl_veera
- id
- category_id
- title
- description
- image
- youtube_video
- status 'Active','Inactive'
- author_name
- created_by
- created_at
Add Comment
Please, Sign In to add comment