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
No Answer is Posted For this Question
Be the First to Post Answer
How can export database using php code?
How can get current system time continuously without refresh of page?
How can get all database name using Php and Sql?
How can import database to mysql using php code?
what is main difference between array_push and array_pop?
How many frameworks are in php?
Which keyword is alias for count keyword in php?
What is difference between ksort and krsort in php?
What is used of serialize and unserialize 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 )
Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?
What is difference between in_array and array_search?