Search found 1 match
- Sat Oct 03, 2015 8:57 pm
- Forum: PHP - Code
- Topic: I have this notification query i want it to be live updated
- Replies: 1
- Views: 4469
I have this notification query i want it to be live updated
<?php $sql55= mysql_query("SELECT * FROM notification WHERE to_user='$userid1' and seen='0'") while($dn5 = mysql_fetch_array($sql55)) { ?> <li><div class="menu-icon"><img alt="example image" src="profile/upload/<?php echo $dn5['from_user_img']; ?>"></div> <a ...