Write down the code for save an uploaded file using php?
No Answer is Posted For this Question
Be the First to Post Answer
What is session php?
What is isset function in php?
How do you display the output directly to the browser?
What is php and what does it do?
What is the maximum size of a table in mysql?
What will the ?getdate() function returns in PHP?
What is the default time of cookie in php?
How the web server interprets php and interacts with the client?
Do you know what is the use of the function 'imagetypes()'?
Are there regular expressions in php?
What is helper function?
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', )