How can restrict
user to type upto
8 characters in
textbox in php?
No Answer is Posted For this Question
Be the First to Post Answer
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 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
What is used of phpinfo() function in php?
What is difference between ksort and krsort in php?
How to Connect and Insert Record to MYSQL using PHP?
How can get all database name using Php and Sql?
How can restrict user to type upto 8 characters in textbox in php?
What is 301 redirects in php? When are we used 301 redirects in our projects?
what is main difference between array_push and array_pop?
How can import database to mysql using php code?
How can manage theme in php?
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 )