How escape single quotes php?
Answer / Anmol Kumar
To escape single quotes in PHP, you can use a backslash (). For example: $string = 'Don't';
| Is This Answer Correct ? | 0 Yes | 0 No |
What are html entities?
What are the new features in php 7?
What is session and why do we use it?
What are the variables in php?
How long should a session last?
How can we find the number of rows in a result set using PHP?
What are the different types of errors in PHP?
How many keywords are there in php?
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
What are the features of php 7?
Write syntax to open a file in php?
Is php difficult to learn?