This is a discussion on Create SubDomains within the PHP Programming forums, part of the Web Development category; Hello, Please tell me How we create Subdomains using PHP? Thanks...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Please tell me How we create Subdomains using PHP? Thanks ![]() |
|
#2
| |||
| |||
| Quote:
The setcookie() function sends an HTTP cookie to a client. A cookie is a variable, sent by the server to the browser. A cookie is typically a small text file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. The name of the cookie is automatically assigned to a variable of the same name. For example, if a cookie was sent with the name "user", a variable is automatically created called $user, containing the cookie value. A cookie must be assigned before any other output is sent to the client. This function returns TRUE on success or FALSE on failure. Syntax: setcookie(name,value,expire,path,domain,secure)
__________________ Y-tek.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IIS Authentication problems, ISAPI Rewrite and dynamic subdomains | chris | Server Management | 0 | 06-04-2008 01:35 AM |
| IIS Authentication problems, ISAPI Rewrite and dynamic subdomains | chris | Software Testing | 0 | 06-04-2008 01:10 AM |
| How to create DLL file | Kirubhananth | ASP and ASP.NET Programming | 1 | 04-04-2008 03:07 AM |
| Can anybody help me out to create a Key Pair | H2o | ASP and ASP.NET Programming | 1 | 07-24-2007 02:29 AM |
| How many subdomains ? | killerkev06 | General Web hosting Discussions | 1 | 04-26-2007 11:11 PM |
Our Partners |