Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

syntax of the session_start () in php

Sun Oct 26, 2008 8:30 pm

Code:

<?php
    session_start 
();
    
$music "A";
    
session_register ('music');

    echo 
$music;
?>




Post a reply
  Related Posts  to : syntax of the session_start () in php
 PHP Syntax     -  
 java Collection Syntax     -  
 AJAX SYNTAX ERROR IE     -  
 compiler code of syntax analyzer in C++     -  
 correct syntax for access providers in java     -  

Topic Tags

PHP Sessions