Is there any way
to open notepad
within php?
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.
How many frameworks are in php?
What is main difference between Cookie and Cache?
How can get all database name using Php and Sql?
1)how i get the current system time using php?
What is difference between ksort and krsort in php?
How can import database to mysql using php code?
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 to Connect and Insert Record to MYSQL using PHP?
Is there any way to open notepad within php?
Which keyword is alias for count keyword in php?
What is 301 redirects in php? When are we used 301 redirects in our projects?