What is difference between html and php?
No Answer is Posted For this Question
Be the First to Post Answer
What does session start do in php?
Tell me are parent constructors called implicitly inside a class constructor?
i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.
Define metaphone()?
Tell me how to find current date and time?
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 me what is the importance of "method" attribute in a html form?
What is the use of php and mysql?
How do you call a constructor for a parent class?
What is the difference between php4 and php5?
Is it possible to connect to a Microsoft Access database without a DSN? If so, how??
A process can run only in the background. State Whether True or False?