Discussion in 'PHP' started by praveenvijay, Feb 26, 2011.
using session retrive the login member information only and display it how?using simple php code.
<?php session_start(); $_SESSION['something'] = "whatever"; echo  $_SESSION['something']; ?>
Separate names with a comma.