"PHP" / Говнокод #21257 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
$chat = c("memo1");
$send = c("memo2")->text;
$name = c("edit1")->text;
$send1 = file_get_contents ("data/send.txt");
$send1 = str_replace ("NAME",$name,$send1);
$send1 = str_replace ("SEND",$send,$send1);
$send1 = "".$send1;
file_put_contents ("data/chat.txt", $send1, FILE_APPEND | LOCK_EX);
$chat->text = file_get_contents ("data/chat.txt");

Говно-чатик

Запостил: NodnolStudio NodnolStudio, (Updated )

Комментарии (3) RSS

Добавить комментарий

Где здесь C++, guest?!

    А не использовать ли нам bbcode?


    8