use of header() function in php
Latest Answer: The header() function sends a raw HTTP header to a client.We can use herder() function for redirection of pages. It is important to notice that header() must be called before any actual output is seen. ...
How can we submit a form without a submit button?
Latest Answer: You can use anchor tag ...
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: You can create virtual sub domain via .htaccess file. For this you can get
help with Wordpress MU 2.7.
In wordpress wu 2.7 is supporting this features.
You need any more detail or you have any confusion, please get back to me.
Thanks
...
What is htaccess? Why do we use this and Where?
Latest Answer: htaccess (hypertextaccess) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed inside the web tree, and is able to override a subset of the server's ...
What is difference between developing website using Java and PHP?
Latest Answer: Java is used for mainly distributed i.e When n tier application are developed, eg. Bank System where as PHP used for web development. ...
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: Java is used for n tier development. i.e is client on other server, business logic on other server and database on other server. Doing this if link fail for one client other client can access whereas in PHP if one server fail all server fails. ...
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, ...
View page << Previous 1 2 [3] 4 5 6 7 8 Next >>

Go Top