How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
TCS,
6 116661.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
4 95981.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
TCS,
8 165741. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 39691This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
TCS,
2 6875What is the difference between include and include_once ? Which is one is good in terms of performance ?
Dest,
2 5931What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?
4 12543How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
1 4248
What is php variable?
Steps for the payment gateway processing?
What is difference between single quotes and double quotes in php?
What is php stack?
How to call javascript function in php on button click?
Php program to generate fibonacci series?
What is the purpose of the '.myi' file extension? What do thes file contain?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is var_dump?
What is difference between core php and framework?
Explain how you can update memcached when you make changes to php?
i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..
How to get useful error messages in php?
How to set cookies in PHP?
What is mean tnq