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.
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to make wordpress plugin
How can manage theme in php?
How can import database to mysql using php code?
How can get current system time continuously without refresh of page?
What is difference between ksort and krsort in php?
1)how i get the current system time using php?
How many frameworks are in php?
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 validation ajax in php with database actually i use here it give some time erroe so pls tell how to do right and second think is that textfeild phone number it accept only int value not charecter so tell me both and my code is that so check it then send after correction
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.
If i have an array $string = array(1,2,6,2,9,6,7,3,1,2); How can i get only unique values from it? Array ( [0] => 1 [1] => 2 [2] => 6 [4] => 9 [6] => 7 [7] => 3 )
How can restrict user to type upto 8 characters in textbox in php?