What is the function of mysql_real_escape_string in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
programm for factorial
What is the difference between runtime exception and compile time exception?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
Which is faster for or foreach?
Explain how can php and javascript interact?
Does php 5 support exceptions?
What are the advantages of stored procedures, triggers, indexes in php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is sql injection in php?