Complete.Org: Mailing Lists: Archives: discussion: May 2002:
[aclug-L] php and cgi on Cox.net
Home

[aclug-L] php and cgi on Cox.net

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: discussion@xxxxxxxxx
Subject: [aclug-L] php and cgi on Cox.net
From: bruce <bbales@xxxxxxx>
Date: Fri, 31 May 2002 14:16:45 -0500
Reply-to: discussion@xxxxxxxxx

I wanted to try some php or cgi on my web page.  I made a new page called 
phptest.htm and put in it:

<html>
<head>
<title>PHP TEST</title>
<?php phpinfo(); ?>
</head>
<body>
<p> This is a php test</p>
<?php phpinfo(); ?>
<?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
</body>
</html>

I ftped it to the site and called it up.  All it gave back was "This is a php 
test"
Cox says they do not support php or cgi.  Is there anything I can put on my 
web page that will allow me to have even a hit counter?  Or am I completely 
at the mercy of the isp?

bruce
-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]