Topic awaiting preservation: Getting the URL of a site (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Gainesboro, TN, USA |
posted 06-09-2005 01:55
Hello once again my beautiful people. |
Maniac (V) Inmate From: Cell 53, East Wing |
posted 06-09-2005 02:07
I've had a quick discussion with AT about this over ICQ (as I wasn't very clear on what he was after) and it appears it is the following. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-09-2005 03:17
What scripting language? |
Bipolar (III) Inmate From: Gainesboro, TN, USA |
posted 06-09-2005 04:56
Hey bit, code: $fp = fopen('http://www.example.com', 'r'); echo $http_response_header[10];
|