Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to build jquery messages notification with php and mysq

$sql = "update tbl_noti set status = 'read'";
       $result = $conn->query($sql);
       $row = $result->fetch_assoc();
       $count = $result->num_rows;
       echo $count;
       $conn->close();
Source by www.sitepoint.com #
 
PREVIOUS NEXT
Tagged: #build #jquery #messages #notification #php #mysq
ADD COMMENT
Topic
Name
1+7 =