Is empty java?
No Answer is Posted For this Question
Be the First to Post Answer
what is mean by portal
How do you register one session ?
Which function you can use in php to open a file for reading or writing or for both?
What is the difference between echo and print statement?
11 Answers Rushmore Consultancy,
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 does the scope of variables means?
Explain me what is x+ mode in fopen() used for?
What is difference between count or sizeof function in php?
What are the Formatting and Printing Strings available in PHP?
What is default session time in php?
What is member variable?
Which PHP function would you use to send an email?