Hello,
I want to display the username after the user logging.
Here is the code part which i used but i am getting error like undefined index : name
<?php
session_start();
$s_name=$_SESSION['name'];
?>
HELLO <?php echo $s_name; ?>
Moderators: macek, egami, gesf


Return to PHP coding => General
Users browsing this forum: Google [Bot] and 1 guest