Why would we use === instead of ==?
No Answer is Posted For this Question
Be the First to Post Answer
How to pad an array with the same value multiple times?
What are the different tables(engine) present in mysql, which one is default?
Hi, My Name is Ajay Jha. What My Question is I am Percuing in Bca. It's My 5th Semester. I Want To Make My Carrear as a web designer that's Why i wants to do Php, Is it right Desision for Me ?
What is empty php?
What are different types of errors available in Php?
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', )
What are session variables in php?
What is xss and csrf?
What percentage of websites use php?
How do you display the output directly to the browser?
What types of MYSQL function available for affecting columns
Which is a perfect example of runtime polymorphism?