WebSite X5Help Center

 
Kev G.
Kev G.
User

Php include before html tag  en

Автор: Kev G.
Просмотрено 211, Подписчики 1, Размещенный 0  

Hi all,

Just a bit puzzled. I have some code that needs to be executed before the HTML tag. I have the code in a php file that I am trying to 'include'. Unfortunately this does not seem to work, but if I copy the actual code then it does work.

Can anyone explain why this should be please.

Thanks in advance, Kev Gray

Размещено
6 Ответы - 1 Корректно
Axel  
Axel  
User
Лучший пользователь месяца FR

Hello Kev,

Into you page properties you can add your code here

Axel

Читать больше
Размещено От Axel  
Kev G.
Kev G.
User
Автор

Hi Axel, thank yu for replying but your answer does not solve my question. I am asking why a 'php include' does not work, but the insertion of the code does.

See the attached, does not work. Another post to show what does work.

Thanks.

Читать больше
Размещено От Kev G.
Kev G.
Kev G.
User
Автор

This does work.

Читать больше
Размещено От Kev G.
Incomedia
Eric C.
Incomedia

Hello Kev,
where has the file been stored?

Eric

Читать больше
Размещено От Eric C.
Kev G.
Kev G.
User
Автор

The same folder as the web page.

Читать больше
Размещено От Kev G.
Axel  
Axel  
User
Лучший пользователь месяца FR

Hey Kev,

Your include does not works because your php file has not been exported on the web server.

I suggest this one.

- To export a personal file to the web server (Pdf, html, doc, php ...etc) you need to do that with an HTML object.
- Configure an HTML object into your page to prepare to export your php file like below

With the file explorer go to choose your incl_process_new_meber.php file into the field and for the directory I suggest to leave 'files'. Click OK

The PHP file will be ready for export into the 'files' directory on the web server... This directory will be automatically created during export.

So now into your php code into your project you need to add the path to find your PHP file on the web server like this.

It should be OK !smile

Axel

Читать больше
Размещено От Axel