Why do we need session?
No Answer is Posted For this Question
Be the First to Post Answer
How do you destroy a session?
Name some of the constants in php and their purpose.
i have designed a registration form in html (registration.html) and to insert user details in database i have designed a submit form in php (submit_registration.php) but when i click on submit button in registration.html it opens a dialogue box which asks for open or save php(submit_registration.php) even though i have already installed apache HTTP server and php version 5 on my computer and i am using mysql as backend. plz suggest me what should i do????
What is session and Cokkies . How it works . tell some thing about Session_id()
Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?
what is DDL and DML?
we have two tables first one is EMPLOYEE having EmpID, EmpNAME, Second table is SALARY table having id, salary Write a query to get name of those person who having more than 10000$ salary
What are the benefits of composer?
What is csrf token and how it works?
This 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) ?
How to call php function in jquery?
How do you check if an arraylist is empty?