1)how i get the current system time using php?
Answers were Sorted based on User's Feedback
what is main difference between array_push and array_pop?
What is main difference between Cookie and Cache?
How can get all database name using Php and Sql?
What is used of phpinfo() function in php?
What is the best way to make wordpress plugin
I have array like $array = array(1, "hello", 1, "world", "hello"); if i want the following output then how can i do this? Array ( [1] => 2 [hello] => 2 [world] => 1 )
How can i know that how many user are visited to my page in php?
How can get current system time continuously without refresh of page?
Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.
What is difference between ksort and krsort in php?
Which keyword is alias for count keyword in php?
can we pass variable in array to traverse it?