Meet Sunita, a dedicated mother of two who decided to follow her passion for web development after taking a break from her career to focus on her family. In this heartwarming video, Sunita shares her incredible journey of joining Webs Jyoti as an intern to pursue a web development diploma course. Sunita’s story is a…
Read MoreManaging Sessions & Cookies Before learning Sessions and Cookies you should know about HTTP and its Stateless process, Stateless means server doesn’t know about your previous requests as each request is treated new by the browser. So each time when you are browsing your personal account on the website, you have to login again? But…
Read MoreArrays in PHP An array is a data structure that stores similar type of values in a common variable. Arrays are also called homogeneous data type. For example if you want to store 50 numbers then instead of defining variables it is easy to define an array with size of 50. In PHP, the array()…
Read More