How to write the form tag correctly for uploading files?
How to insert a line break in php string?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
Who created numbers?
1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?
How can I prevent sql-injection in php?
How is it possible to return a value from a function?
How to get length of an array in PHP?
Write syntax to open a file in php?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
Explain converting an object?