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.
Latest Answer: In you main httpd.conf, add the following line at the bottom:Include /path/to/subdomains.conffile name subdomains.conf@mkdir ( "/path/to/subdirectory/".$name );   $vhost = "   ServerAdmin yourname@yourserver.com   DocumentRoot /path/to/subdirectory/".$name." ...
What is htaccess? Why do we use this and Where?
Latest Answer: .htaccess files are configuration files of Apache Server which provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a particular document directory, and the directives ...
What is difference between developing website using Java and PHP?
Latest Answer: The main difference between PHP and java is the Speed the website developed in PHP is much more faster than the one developed in Java or better to say JSP ...
What is Joomala in PHP?
Latest Answer: Joomla is a Open Source CMS framework- (Content Management System) programmed with PHP. If you use CMS, there is no need of making your websites from scratch. Manny functionalities like : forum, calendar, mail etc. are built in - as extensions. ...
Latest Answer: Answer: PHP vs JAVA Both languages serve their purposes. PHP is almost always quicker to prototype with. The same would likely be said for Perl vs. Java or Python vs. Java. Or in other words whole interpreted vs. compiled and static vs. dynamic. ...
Latest Answer: I think you wanna know wht is use of OB_START();Well, its intializing the object buffer, so that the whole page will be first parsed (instead of parsing in parts and thrown to browser gradually) and stored in output buffer so that after ...
Latest Answer: Yes it is possible by $_server[HTTP_HOST] eg: will result the domain name. ...
Latest Answer: Joomla! is one of the most powerful and an award-winning Open Source Content Management System (CMS) that will help you build everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, ...
Latest Answer: In PHP we can use only two Types of inheritance only those are single and multiple inheritances ...
Latest Answer: Notify URL is used to just notify the status while processing.Return URL is used to return after processing .Hoping this is right :) ...
View page << Previous 1 [2] 3 4 5 6 7 Next >>

Go Top