Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 20th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. //sempre nella funzione del bottne chiudi della dialog
  2.  
  3.         'Chiudi':function(){
  4.                 location.href("nomefile.php?parametro=x");
  5.         }
  6. //nel file nomefile.php
  7. <?php
  8.         session_start();
  9.         if(isset($_GET['parametro']))
  10.         $_SESSION['x']=$_GET['parametro'];