如果有一个称为<代码>file.php的文件,则希望其中显示3种内容。 页: 1 php?c=1file?php?c=2
我怎么能够这样做?
Example
<html>
<head>
...........
<body>
something goes here 1 <show only if "link.com/file.php?c=1 or file.php"
something goes here 2 <show only if "link.com/file.php?c=2
something goes here 3 <show only if "link.com/file.php?c=3
</body>
</html>