What is the use of dual table in mysql?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
List types of array are available in php?
What is htaccess?
Tell me what types of loops exist in php?
Which function can be used to delete a file?
Can we use session in mvc?
What is the capacity of mysql database?
How can I make a script that can be bilanguage (supports English, German)?
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', )
Is php a middleware?
is that "enumerated array" equal to "numeric array"?
Define anonymous classes in php7?