What are the features of php?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use interface in php?
What is magic quotes?
Explain PHP looping?
Tell me how is it possible to know the number of rows returned in result set?
What are the different types of Errors in PHP?
20 Answers Cisco, TCS, Troop Software,
Tell me what is the use of "enctype" attribute in a html form?
Is php outdated 2019?
What is php addslashes?
How to pad an array with the same value multiple times?
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', )
Explain the difference between $var and $$var?
What is php beginner?