what is mean php ? is it designingtool or language?
how ill create website using by php?
Answer / anjan
PHP is stands for PHP hypertext preprocessor.It is an
server site scripting language.
Is This Answer Correct ? | 2 Yes | 1 No |
How do you use end in python?
How to set cookies?
How to communicate with sockets in php?
Is php fully object oriented?
AentteQ Software Technologies Q: what are benifits of using LAMP..?
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 is the default session time in PHP and how can I change it?
Is laravel easy to learn?
A process is identified by a unique___
What is difference between Method overriding and overloading in PHP?
What is register_globals in php?
6 Answers Castling IT, HCL, Intel Soft Solutions, Millennium,
What is the difference between indexed and associative array?