Notice A session had already been started ignoring session_start:(Fixed)

Опубликовано: 21 Октябрь 2022
на канале: Code With Kundan
3,065
15

In this tutorial, I am going to explain how to fix a most common error that every programmer face i.e Notice: A session had already been started - ignoring session_start() in PHP.

source code
if(!isset($_SESSION))
{
session_start();
}
contact for website and app development
http://codewithkundan.tech/

follow on
https://se7entech.net/kundan/