How to Create Facebook Notification System in PHP with Ajax

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This is helpful to me please make some videos .. thank you and god bless

phoenixcode
Автор

thank u it very awesome but i have question
so if i use this in chat notifcation or any notification, maybe it much load on server and make it slow right ?

TechFutureFocus
Автор

thanx alot
as always you are the best

mohamadhelaly
Автор

Sir how to show notification 🔔 with multiple table data entry. Please give link below

PratapMahanta
Автор

Thank you! now I can apply with Laravel

hourpoeurn
Автор

am bit confused about the view u use with ajax can u help me with that please

souratirera
Автор

hello but this will not work if you are building big project like social media where a lot of people have their own separate notification . like if my friend click his own notification his own will clear but mine will be there until i click on.

okendosmith
Автор

Is there a tutorial for Ajax of two php? I mean u should separate the submit form to another php, so that we can easily do this notif part.

unsunghero
Автор

It is a good video, but I think this method will cause problems with big data. It will not be a problem if it does not have too much active use, but as the number of users increases, mysql crashes. It sends a query every 5 seconds. This is my opinion. If I think wrong I would be glad if you let me know. :) Because I'm still a newbie in these matters :) Thanks..

GamePlayMobilee
Автор

Edit: Thanks but sad when 1 user read the notification that notification is readed also for all other users.

finelarme
Автор

hello, why did you add notification word after data ? in minute 11:08

denisdev
Автор

Friend will make a complete system or the idea is to podcast?

AleatorioDesigual
Автор

Thank you soo much for awesome video. If I want create multiple notifications like subscribers and events in a same page how can I able to do that?? Plz guide me

sowmyasp
Автор

sir i have a question as i am applying this logic to 1 of my project in laravel ..
but i am unable to get that file to load in the view
function load_unseen_notification(view = '')
{
$.ajax({
url:"/notifications",
method:"POST",
data:{view:view},
dataType:"json",
success:function(data)
{

if(data.unseen_notification > 0)
{

}
}
});
}


in url file path ia m unable to load it..
please help me solve the problem

khizartouqeer
Автор

Dear sir,
Can you make vedio on notification pannel that give notification of all email from gmail, yahoo or social network etc

hetan
Автор

Thanks for the tutorial. If I have a system where users can log at the same time and submit something, how can I notify everyone who's logged when a change is made by any other user?

fabricadecalzadoromulo
Автор

hi Weblesson thank you for your tutorials it helps a lot. By the way I have one question, I tried this but the notification dropdown menu not working properly. doesn't show any list. how to fix it? thanks

arianeawacomboy
Автор

+Webslesson How to manage if a single notification is to be read by multiple users. Say 20 students have received the notification

nomanzafar
Автор

Excellent work. Everything is okay but i can't insert data because it shows this error "Field 'comment_status' doesn't have a default value" its working when I set column structure to Nulll 'YES' in phpmyadmin table structure

unrealmagedev
Автор

hello, , I am trying to make stock alert notification system and product expiry system for my web application, , actually i am very new in so i am getting confuse to make this function could please help me to make it.

karan