WebSite X5Help Center

 
Kev G.
Kev G.
User

Setting a 'php session'  en

Autor: Kev G.
Visitado 285, Followers 1, Compartido 0  

Hi all, I need to be able to start a PHP session before any HTML is executed as -

"<?php
// Start the session
session_start();
?>

<!DOCTYPE html>
<html>
<body>

<?php

.......

?>

</body>
</html>"

Is there a way to do this please.

Many Thanks.

Publicado en
2 RESPUESTAS
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

In WebsiteX5 under...

3 Sitemap

... mark the page you want, click "Properties" at the top, then click the "Advanced" tab and paste it into...

Custom code:
Before the HTML tag

-----

Leer más
Publicado en de Daniel W.
Kev G.
Kev G.
User
Autor

Many many thanks Daniel, I hadn't spotted the dropdown box giving that option, doh.........

That makes all the difference.

Thanks again, Kev

Leer más
Publicado en de Kev G.