i made this code:
Code: Select all
<?php
$fp = fsockopen( "www.mysite.com", 80, $errno,
$errdesc);
// some code needed here <<<
fclose($fp);
?>in simple words if two users are connected, the value of the var "$nice_var" is the same for both users...