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 used of serialize and unserialize in php?
what is main difference between array_push and array_pop?
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 in_array and array_search?
What is meant by 404 errors in php?
How can import database to mysql using php code?
How to Connect and Insert Record to MYSQL using PHP?
can we pass variable in array to traverse it?
How can export database using php code?
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 can call any javascript function without saying onclick, onchange, onblur etc events in php?
Is there any way to open notepad within php?