-
PHP Session
Where does the session stored, either client side or server side?
-
How do you create subdomains using PHP?
How will you create sub domains without manually creating it from Control Panel? Sub Domains must me created by using PHP script for a membership website. Answer with a sample script.
-
What is the effect of large number of data stored in a database on a website ?
i.e. if there is a 5,00,000 records on the database is it affect website. what is the solution for this.