Tell me is it possible to protect special characters in a query string?
No Answer is Posted For this Question
Be the First to Post Answer
What is a controller in php?
How error handling is being handled by php?
What are getters and setters php?
How are cookies created?
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
Tell me how stop the execution of a php scrip?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What are classes in php?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
Does php 7 support multiple inheritance?
Do loops php?