How can I capture the URL string to a variable? I see how to parse it, but I want my first page to capture which domain was typed in, then print to the page accordingly..
Anybody have any thoughts?
Brian
use phpinfo() and look through it and look for whatever-you-want.
When I use the phpinfo(), it prints out to the screen all the information, but how can I capture the "HTTP_HOST" or the "Host" out of all that info? I dynamically build the page, based on what domain the user types in..
If you want the value of HTTP_HOST in your page simply type $HTTP_POST