What are php variables?
No Answer is Posted For this Question
Be the First to Post Answer
How do you check if a variable has been set in php?
What version of php do I have windows?
Is not null mysql?
How do I stop php artisan serve in windows?
What is the string concatenation operator in php?
Tell me in php, objects are they passed by value or by reference?
Write a PHP code to print following number pattern: 123 456 789
How to create an array in php?
What is session in c#?
How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )
Whether session will work if we disable cookies in client browser ?
Are sessions stateless?