1. PHP / Говнокод #21257

    −17

    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, 23 Сентября 2016

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

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