[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Assistance?
Anyone out there who really knows the Raq(2) and linux? I'm looking for
someone who can help me on am ongoing basis, I just don't have the time to
learn everything about Linux. I'm not expecting free help... Contact me
personally.
Thanks.
Larry
--------------------------------------------------
Expert Consulting, LLC
(216) 310-0287 (877) CONSULT
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Steven Werby
Sent: Friday, February 11, 2000 8:48 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] PHP or ASP script Help.
Victory Systems ( ebizhosting.com ) <rclark@xxxxxxxxxxxxxxxxxx> wrote:
> I am trying to write an ASP or PHP (NT or UNIX) page that will take the
> address that shows in
> the browser address field and write it out to the page.
Simple enough. <smile> Create a PHP page with the following code:
<?
echo $SERVER_NAME; // returns foo.bar.com
echo "$SERVER_NAME . $SCRIPT_NAME"; // returns foo.bar.com/dir/file
?>
You can see environment variables available to you using PHP along with
configuration info. and other goodies by creating a page with the following
code:
<? phpinfo() ?>
Check out php.org and consider joining the PHP users' mailing list. It's
higher volume than this list, but it's very valuable if you program in PHP.
Steven {steven@xxxxxxxxxxxx}
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-users