using cookies in php cookie is a piece of information stored on to the users computer.we can set timestamp for cookie which will stores the data till the date of expiry until and unless user clear off the cookies. in php we can create, reset, clear the cookies <br> creating cookie by using setcookie function we can create cookie setcookie(name,value,expires,include_path,domain) except .. .. ..
working with Notify Icon and Context menu
working with notify icon and context menu is simple please follow the steps 1. drag and drop the notifyicon, context menu from the tool box 2. change the names and text of the controls 3. now, create the required menu for the context menu for eg: add the cut,copy,paste,delete menuitems to the context menu 4. now attach this context menu to the notify icon , by selecing the .. .. ..
