Имена участников (разделяйте запятой).
Есть обработчик - https://github.com/halustyan/60877-yeticave-12/blob/module8-task2/all-lots.php Имеется шаблон -...
разработка на ospanel, скрин проблемы - http://joxi.ru/Drla4OZsVXyGnm как поправить данную проблему?
$now = strtotime('now'); $startdate = strtotime($mybetarray['date_of_creation']); $final_result = $now - $startdate ; $y = ceil($final_result /...
$cost = $_POST['cost']; $userid = $_SESSION['iduser']; $lotid = $_GET['id']; $insertintodb = "INSERTINTO bids (date, summary_of_the_lot, userid,...
http://joxi.ru/Y2LjJqPs7NPMZr 1) как сделать чтобы кнопки на скрине переводили на рабочую страницу с рабочими лотами? Файл schema.sql - база...
Имеется функция - function lefttotime ($dateleft) { $now = time(); - тут временная метка юникс $futuretime = strtotime($dateleft); - тут...
https://coursehunter.net/course/prakticheskiy-php function select($conn){ $sql = "SELECT name, cost FROM goods"; $result =...