Tell me how is it possible to remove escape characters from a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is constructor and destructor?
Explain what does $_files means?
what are the various PHP Script Optimization techniques?
1 Answers IBM, Krify Software Technologies, TCL,
please explain me mail function in php
What is the difference between Session and Cookie?
What are the different ways to login to a remote server?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
Do you know what are traits?
How to pad an array with the same value multiple times?
How to write comment in php?
What is the value for this auto incremented field user_pri_id?
why header() gives the error like header already sent in php please explain in brief