Answer Posted / modi[achir communication]
session_register($session_var);
$_SESSION['var'] = 'value';
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we use php?
What is basic php?
What is csrf token and how will you add csrf token in ajax?
What is difference between print and echo in php?
What is the use of mysql_fetch_assoc in php?
What is mysqli_real_escape_string?
Does php pass arrays by reference?
How stop the execution of a php scrip?
Tell me what does the initials of php stand for?
How many types of php frameworks are there?
Why die is used in php?
Can we extend final class in php?
Where can I learn php?
What beforeFilter() is used?
How do I find out the number of parameters passed into function9?