How do you sort an array in php?
No Answer is Posted For this Question
Be the First to Post Answer
How can post form values with out press submit button
How to get complete current page url in php?
How can we calculate the similarity between two strings?
What is overriding in php?
Why php 7 is faster?
Is PHP an open source software?
How to execute an sql query?
Tell me what is the use of mysql_real_escape_string() function?
Tell me what are the __construct() and __destruct() methods in a php class?
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 the default session time in PHP and how can I change it?
i want to need upload above 100mb file,i was successfully upload 75mb using .htaccess file ,but i can put 101mb file,it was not upload..please give some tips..local server its work perfectly but online it doesn't work.. .htaccess file details AddHandler application/x-httpd-php .php php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value output_buffering on php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.cookie_lifetime 0 php_value session.gc_maxlifetime 259200 php_value default_socket_timeout 259200