Closed Thread Icon

Topic awaiting preservation: page location (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=23390" title="Pages that link to Topic awaiting preservation: page location (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: page location <span class="small">(Page 1 of 1)</span>\

 
EDDII
Bipolar (III) Inmate

From:
Insane since: May 2004

posted posted 09-22-2004 15:25

yo does anybody know how to get the web address of a page like http://whatever.com/page.php

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 09-22-2004 15:45

Get it how, from where, for what?

tntcheats
Bipolar (III) Inmate

From: BC, Canada
Insane since: Jun 2004

posted posted 09-22-2004 16:33

You need to get a paid host (or register the domain name via Geocities or some free host) and then purchase the domain name, setting the DNSs to those that your host says to.

-----------------------------------------------------
funny websites | funny signatures | funny jokes

Ozone Asylum KILLED my inner child.

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 09-22-2004 16:34

can you be a bit more explicit ?

From what I understand, you want to know how to register a domain name. That's simple, check if the domain name you want is available ( that's possible in many places, and of course on the internic ), then register/buy it. You'll need to find a place to host to make your domain name point to. However most web hosts offers the possibility to register your domain name while you apply for a host on their servers. Thus the procedure is extremely easy.

Finding a web host shouldn't be hard. In the first place, check the Hosting, then of course you can also check the price lists and offers of the company hosting the Asylum, i.e. dreamhost.

Hope that helps,
Otherwise, please try to rephrase your needs.

EDDII
Bipolar (III) Inmate

From:
Insane since: May 2004

posted posted 09-22-2004 16:48

no i mean the actual page like in my script as a variable
if im at www.whatever.com how do i get that as a variable without having to type print("www.whatever.com");
sorry for not being more clear

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 09-22-2004 17:04

Oh, so we're in front of a "RTFM" case.
php->reserved.variables



(Edited by poi on 09-22-2004 17:06)

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 09-22-2004 17:43

Ah yes - PHP_SELF...

PaulBM
Nervous Wreck (II) Inmate

From: East Anglia, England.
Insane since: Sep 2003

posted posted 09-23-2004 10:40

or perhaps he needs...

$_SERVER['SERVER_NAME'];

but poi's link shows all the info you'll need.

Also phpinfo(); is useful when you're learning and testing a page.

« BackwardsOnwards »

Show Forum Drop Down Menu