请帮忙把这段php改成asp!

来源:百度知道 编辑:UC知道 时间:2024/06/02 01:15:14
<?php

/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms

$Id: faq.php 9804 2007-08-15 05:56:19Z cnteacher $
*/

require './include/common.inc.php';

$navigation = "名人堂 ";
$navtitle = "$navigation - ";

$discuz_action = 99;

include template('star');

?>

<!--#include file = "./include/common.inc.php"-->
<%
dim navigation
dim navtitle
navigation="名人堂 "
navtitle=navigation&"-"
discuz_action = 99
include template('star') '这句根据程序翻译了
%>