Forum: ASP.NET Aug 27th, 2009 |
| Replies: 1 Views: 217 My httpd.conf entry for this site:
NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhostradiostation2.co.uk
ServerAlias www. localhostradiostation2.co.uk
DocumentRoot... |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 1 Views: 217 I am making my website about a radio station, and it's currently PHP-based, but I am testing an ASP-based one on my dev machine.
This is the PHP querystring code:
<?
$i=$_GET['DJID'];
switch... |