Setting a 'php session'
Autor: Kev G.
Visitado 712,
Seguidores 1,
Compartilhado 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 em
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
-----
Autor
Many many thanks Daniel, I hadn't spotted the dropdown box giving that option, doh.........
That makes all the difference.
Thanks again, Kev