What is a php class?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
Tell me is it possible to protect special characters in a query string?
How cookies are transported from browsers to servers?
What is the use of header() function in php?
how to install openssl, ISAPI, pdf modules in php 5.2.5 with apache on windows xp.
Different between the var_dump() and print_r()?
How to block direct directory access in PHP?
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
What type of comments are supported by PHP.
Where is session value stored?
What is csrf validation?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.