What is meant by an associative array?
No Answer is Posted For this Question
Be the First to Post Answer
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 anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...
What is different types of visibility?
Write a program using while loop?
Is php an array?
How can we display the output directly to the browser?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Is php dying 2018?
What are computer variables?
Which is not a php magic constant?
How do you put a space in html?
Can php run on windows server?