Skip to content

Session – Cookies in PHP

Managing Sessions & Cookies Before learning Sessions and Cookies you should know about HTTP and its Stateless process, Stateless means server doesn’t know about your… 

webs jyoti

Arrays in PHP

Arrays in PHP An array is a data structure that stores similar type of values in a common variable. Arrays are also called homogeneous data…