What is the use of preg_match in php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

what are Implode and Explode functions?

8 Answers   HCL,


Explain me the difference between include and require?

0 Answers  


What is the meaning of curl , which is used while connecting with pay pal? and how it works?

2 Answers  


Tell me how do I check if a given variable is empty?

0 Answers  


How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )

2 Answers  






Can I use node js with php?

0 Answers  


What is the difference between super () and this ()?

0 Answers  


Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?

0 Answers  


What is the phpstorm?

0 Answers  


Difference between get and post method.

0 Answers  


How to make a file encrypt and decrypt?

4 Answers   3i Infotech,


What is new keyword in php?

0 Answers  


Categories