English 中文(简体)
包括一个基于点击链接的文件
原标题:Including a file based on clicked link
  • 时间:2010-10-09 03:13:48
  •  标签:
  • php
  • html

我开始开发一个网站,作为个人项目,以发现很少的网上技术。 我的问题更多地涉及“如何使事情变得干净”,而不是一个技术问题。

这里是:

让我说,指数。 该网站的网页将包括另一个菜单,可以浏览网站。

我的指数.php就是这样,基本上:

include("header");
include("menu");
include("DEPENDING ON WHICH LINK AS BEEN CLICKED FROM THE MENU");
include("bottom");

为了避免《防止性骚扰法》的方法,并且对我的《欧洲反种族歧视法》有许多 st,我想以另一种方式这样做,但我不知道什么是最好的。

我想说的是,如果点击连接点,就宣布一个如页数的变量,那么我可以做“如果页数=家”,那么我就包括家。 php page...

我不知道我的问题是否明确。 我知道,这将是一个非常容易和开端的问题,但我甚至不知道什么地方看着......。

你们是否知道我是否能够找到任何“开放源网站”,以便我能够研究该守则并了解这方面的最佳做法?

P.S.:Sorry for my english which is likely not better at all, I is working on it..

最佳回答

你们可以有象男子一样的男子。

<a href="?view=home">Home</a>
<a href="?view=home">About</a>

随后,根据您的《公共卫生法》

include $_GET["view"] . ".php";

请注意,我没有证明,因此,在座标上的任何参数都能够包括任何档案。

rel=“nofollow”>$_GET 返回该网页的数值通过URL。

$_POST 贴出的回归数值。

$_REquestST _GET_POST

学习多种语言的一个良好场所是

问题回答

你们正在努力做些什么。 网页的全点是处理有不同档案的材料。 这就是说,你在档案(由汽车预支处理,并可能包括道路)之间,如你的头盔和脚步,将有一些共同点。 每个档案都应单独列入,并直接印刷。

也就是说,你不应在一页上处理所有事项,然后有条件地列入档案。 仅向用户发送另一页。

最后,我建议不要把头脑/脚.卷宗分开。 相反,创立了一座cor子,总结主要内容,并一劳永逸地展示。 类似:

$page = <<<HTML
<html><head><title></title></head>
<body>
   <div id="top nav"></div>
   {CONTENT}
</body>
</html>
HTML;

接着,你走过来,建设你的网页内容。 然后,在装饰器上添加该词并印制。 PHPTAL是外部处理这一问题的大方法。

请问一问:

我认为,这一基本理论将给你一个好的想法,即如何使用(a)项;(c)项。

我开始发言:

http://www.solized.dk/filethingie/

Very brief .php file Manager.

你们应明确查禁来源,对开放源项目进行大量核对,仅由实验室过滤(从字面上看任何东西)。

只想提到,你可以下载更加复杂的页码(以Sphp为基础)。

wordpress (blogging platform) - very easy to install and configure identi.ca (twitter open source alternave) You can now download reddit´s source code - quite easy to.

也许,你们会赢得他们友好的修改,但会帮助你们了解情况。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签