Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Programming Languages Interview Questions
Questions Answers Views Company eMail

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 7585

Every 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 4481

Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1952

Hai what is the different types of versions and their differences

1944

Make a "dynamic drop down list" with using only PHP,HTML and MySQL..

2 5932

why division operator not work in case of float constant?

2 4550

Is class is a abstract datatype in java?

1981

which header file contains main() function in c?

Google, HCL, TCS,

17 31140

a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

CTS,

2 4527

What is procedural oriented language language..? give some examples of this language....?

2066

convert 0.9375 to binary

CTS, TANCET,

2 18817

what is Structural oriented language? give some example of this language.....?

1 4900

C,c++, Java is all are structural oriented or procedure oriented language..?

6 8929

what is the sylabus for priliminaries?

2181

can we allocate memory for interface? if no then why?

1918


Un-Answered Questions { Programming Languages }

What does typeof return in c?

1103


What is sorting in c plus plus?

980


What does the continue do in python?

844


Will you have the ability to update my own content?

161


Explain Constructor Injection ?

1424


Explain how overloading takes place in c++?

1047


Is django used for backend?

567


What is the biggest challenge facing your current job right now? What is your biggest failure?

803


Why c++ does not have finally?

1085


What is cms in magento?

1


What is seq in scala collection?

1


Which function you can use in php to open a file for reading or writing or for both?

1093


What does isnull mean in python?

881


How do I update activex in ie11?

745


What's the best method for sanitizing user input with php?

937