Explain me what are the main error types in php and how do they differ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the actually used php version?
What is the use of offset in mysql?
Is php an api?
How would you impletement download and upload a file in php
Differences between get, post and request methods ?
is php is the best for this situation
How to write in a file in php?
How do you trim spaces in excel?
i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)
Is php an oop?
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 a collection in php?