notifications

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • icma123
    New Member
    • Jun 2015
    • 1

    notifications

    Hi i would like to help me and try to guide me on how to set up a php code which could notify a user on the expiry dates of products, whenever he/sheloggs in the message should be displayed to him indicating the list of exipiry dates for certain products.pliz help thx.
  • computerfox
    Contributor
    • Mar 2010
    • 276

    #2
    Do you have a database in the backend? Do you have a field in the table which indicates the expiry date? On a successful log in, the first thing you would do is query the database, then use JavaScript to alert the user.

    Comment

    Working...