Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) i start a new session with : session_start(); then i set some session variable like this : $_SESSION['name']=$_POST['name'];\ and some another variables. at bottom of page i set header to diffrent page : header('location: index.php'); exit(); now in new page (index.php i can't access to my session variables, like $_SESSION['name']) what's wrong ? thanks. here is my files : a.php ======================================== session_start(); require ('config.inc.php'); if(isset($_POST)) foreach($_POST as $v=>$k) { $items[$v]=$k; } $sql="SELECT * FROM members WHERE username='{$items['user']}' AND pass=MD5('{$items['Password']}') "; $res=mysql_query($sql); $row=mysql_fetch_assoc($res); if($row['username']) { $_SESSION['type']=$row['type']; $_SESSION['name']=$row['name']; $_SESSION['family']=$row['family']; $_SESSION['username']=$row['username']; $_SESSION['date']=$row['date']; } header('location: admin.php'); exit(); ====================================== admin.php ===================================== . . . =================================
5 7585Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
2 4481Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
1952a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
CTS,
2 4527
What does typeof return in c?
What is sorting in c plus plus?
What does the continue do in python?
Will you have the ability to update my own content?
Explain Constructor Injection ?
Explain how overloading takes place in c++?
Is django used for backend?
What is the biggest challenge facing your current job right now? What is your biggest failure?
Why c++ does not have finally?
What is cms in magento?
What is seq in scala collection?
Which function you can use in php to open a file for reading or writing or for both?
What does isnull mean in python?
How do I update activex in ie11?
What's the best method for sanitizing user input with php?