且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PHP中的HTML

更新时间:2023-02-25 15:43:51

.. oO(约翰)
..oO(John)

>我的网站上有一个php include命令,脚本显示出来。

(那里有足够的空间)......但由于某种原因它出现在
底部。我将include命令放在我的html
文件的正确部分。有没有办法在你想要的地方给出某种命令
它出现在网页上?
>I have a php include command in my website and the script shows up.

However, I need for the script to show up on the right side of page
(there is enough room there)... but for some reason it shows up at the
bottom. I placed the include command in the correct part of my html
file. Is there any way to give some sort of command on where you want
it to show up on the webpage?



当然,但这是一个HTML / CSS问题,与PHP本身无关。


Micha

Sure, but that''s a HTML/CSS issue and has nothing to do with PHP itself.

Micha




John; 83532写道:

John;83532 Wrote:

您好,


我的网站上有一个php include命令,脚本显示出来。


但是,我需要脚本显示在页面的右侧

(那里有足够的空间)......但出于某种原因它出现在

底部。我将include命令放在我的html

文件的正确部分。有没有办法在你想要的地方给出某种命令

它出现在网页上?
Hello,
I have a php include command in my website and the script shows up.
However, I need for the script to show up on the right side of page
(there is enough room there)... but for some reason it shows up at the
bottom. I placed the include command in the correct part of my html
file. Is there any way to give some sort of command on where you want
it to show up on the webpage?



我认为它与PHP无关。

它可能与HTML / CSS有更多关系代码。


但是没有看到任何代码,甚至无法猜出

问题是什么。


你需要发布代码(HTML而不是PHP),所以我们可以告诉你

为什么显示就是这样。


FFMG

-


''网站管理员论坛''( http://www.httppoint.com )| ''网站管理员目录''

http://www.webhostshunter。 com / )| ''娱乐车辆保险''

http://www.insurance-owl.com/other/car_rec.php

''免费网址重定向服务''( http://urlkick.com/

--------------- -------------------------------------------------- -------

FFMG的简介: http://www.httppoint.com/member.php?userid=580

查看此主题: http://www.httppoint.com/showthread.php?t=18816
>
通过网站管理员论坛发布的消息 http://www.httppoint.com ,(广告收益分享)。

I don''t think it has anything to do with PHP really.
It probably has more to do with the HTML/CSS code.

But without seeing any code it is impossible to even guess what the
problem could be.

You will need to post the code, (HTML not the PHP), so we can tell as
to why the display is the way it is.

FFMG
--

''webmaster forum'' (http://www.httppoint.com) | ''webmaster Directory''
(http://www.webhostshunter.com/) | ''Recreation Vehicle insurance''
(http://www.insurance-owl.com/other/car_rec.php)
''Free URL redirection service'' (http://urlkick.com/)
------------------------------------------------------------------------
FFMG''s Profile: http://www.httppoint.com/member.php?userid=580
View this thread: http://www.httppoint.com/showthread.php?t=18816

Message Posted via the webmaster forum http://www.httppoint.com, (Ad revenue sharing).


7月27日,06:10,John&l t; John_nos ... @nnnnnnnn.nowherewrote:
On 27 Jul, 06:10, John <John_nos...@nnnnnnnnn.nowherewrote:

你好,


我的网站上有一个php include命令并且脚本显示出来。


但是,我需要脚本显示在页面的右侧

(那里有足够的空间)。 ..但出于某种原因,它显示在

底部。我将include命令放在我的html

文件的正确部分。有没有办法在你想要的地方给出某种命令

它出现在网页上?
Hello,

I have a php include command in my website and the script shows up.

However, I need for the script to show up on the right side of page
(there is enough room there)... but for some reason it shows up at the
bottom. I placed the include command in the correct part of my html
file. Is there any way to give some sort of command on where you want
it to show up on the webpage?



php include必须包含在php文件中。


HTML包含通常使用SSI完成。


如果你使用的是HTL,那么你要问的是完全错误的

的地方。

A php include has to go in a php file.

HTML includes are normally done using SSI.

If you are using HTL includes then you are asking in totally the wrong
place.