Jump to content

Sirex0011

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    мужской

Sirex0011's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Код в delete.php такой: <?php $query ="DELETE FROM goods WHERE id = 'id'"; ?> <h2>Удалить модель?</h2> <form method='POST'> <input type='hidden' name='id' value='$id' /> <input type='submit' value='Удалить'> </form>"; А в контроллере такой: public function actionDelete($id) { $goods = Goods::find()->one(); return $this->render('delete', compact('goods')); } В итоге выводит вот : Bad Request (#400) Unable to verify your data submission. The above error occurred while the Web server was processing your request. Please contact us if you think this is a server error. Thank you. В чем моя ошибка?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy