Hello, I want to display session value in text box ,i tried some code but i didn't get output.
Here is my code....
- session_start();
- $pname=$_SESSION["pname"];
- $rs=$_SESSION["rs"];
- if($_SESSION["pname"]==TRUE){
- } else
- {
- }
- ?>
- <input type="text" class="form-control" name="name" placeholder="" required="" value="">
So help me how can i solve this ?
Mageshwaran RPosted Nov 2, 2019, 1:06 PM
Amit MohantyPosted Oct 31, 2019, 7:29 AM
Sujay AnandPosted Oct 31, 2019, 6:54 AM
Dinesh GabhanePosted Oct 22, 2019, 3:44 AM