php - A session had already been started - ignoring session_start() in for -
hi have problem please me
for($i=0;$i!=mysql_num_rows($result);$i++) { $play=mysql_result($result,$i); session_start(); $_session['$movie'] = $play; ?> <a class="play" href="player.php"><?php print ($play).'</br></br>';}?></a>
where code wrong ?
move session_start()
before for-cycle
Comments
Post a Comment