How to create a session? How to remove data from a session?
No Answer is Posted For this Question
Be the First to Post Answer
How do I find out the number of parameters passed into function9?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What software is required to run php?
What are the 5 types of data?
What is difference between require_once(), require(), include()?
Who is the father of php?
What are the different functions in sorting an array?
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -
how many ways we get current date in php
1. 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 Answers Aquasol, Infosys, TCS, Torque Infotech,
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?
How to get the http request in php?