web learning

HTML

CSS

PHP

JAVA SCRIPT

AJAX

EBOOKS

PROJECT

FORUM

 SYNTAX:

<?php session_start(); ?>

Note: The session_start() function must appear BEFORE the <html> tag: 


Example:

<?php session_start(); ?>

<html>
<body>

</body>
</html>

Categories:

Leave a Reply