
29.06.2002, 01:10
|
|
Регистрация: Jun 2002
Сообщений: 226
|
V Flashe napisano sleduiushee
================================
on (release) {
$New = 100;
getURL ("test.php", "", "GET");
loadVariablesNum ("test.php", 0);
}
================================
File "test.php"
================================
<?
$fp = fopen( "Log.txt","w+");
fwrite($fp, $New , 80000);
fclose( $fp );
?>
================================
fail sozdaiotsa no cifri 100 v niom netu a pochemu, pochemu ne peredalis dannie
|