How do I escape data before storing it into the database?
No Answer is Posted For this Question
Be the First to Post Answer
What is namespaces in PHP?
What is $_ request in php?
How to convert strings to upper or lower cases?
What is the timeout period on session values?
How can we submit a form without a submit button?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
How to convert numbers to strings in php?
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', )
What does mysqli_query return?
How can you insert javascript in php code?
How can we check the value of a given variable is a number?
What is the use of php and mysql?