Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
W:\domains\miniframe\Router\routes.php
Router::page('/test', 'test');
select * from `albums` where `fully_scraped` = 1 or `spotify_id` is null
<table> <tr><th>Name</th><th>Comment</th></tr> Тут код пхп где в цикле вывод while($res = fetch...) { echo '<tr><td>' . $res['name'] . '</td><td>' . $res['comment'] . '</td></tr>'; }
</>