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

session Encoding Data in php

Sun Oct 26, 2008 8:25 pm

Code:

<?php
  session_register
("A");
  
  
$A = array("A1", "A2");
  
  
$str = session_encode();
  
  
$openfile = @fopen("saveme.txt","w") or die ("This operation cannot be performed.");

  @
fwrite($openfile, $str);
  @
fclose($openfile) or die ("This operation cannot be performed.");

  echo
"Success!!";
?>




Post a reply
  Related Posts  to : session Encoding Data in php
 Encoding parameters in URL     -  
 URL Characters and URL Encoding Values     -  
 usage of the meta tag for content encoding     -  
 session in jsp     -  
 Session Valid     -  
 php login with session     -  
 EJB session bean     -  
 PHP session variables     -  
 Login using session with php and mysql     -  
 EJB 3.0 Stateful Session Bean Example     -  

Topic Tags

PHP Sessions