在php中使用mysqli和cookie插入sql

时间:2018-05-29 21:00:15

标签: php cookies mysqli

我有两个文件:Studio.php和Principale.php

在第一个中,我想在我的数据库中插入一些值,并将它们也添加到Principale.php的表中

使用Principale.php中表的第一行和我数据库表中的第一行,在没有。

我想使用for循环在Principale.php

表中创建更多行

它也显示了我的错误:注意:未定义的索引:第47行的C:\ xampp \ htdocs \ Progetto \ Principale.php中的titolo1

我认为$ res2会返回一个不同于TRUE的值,但我不知道为什么。

Principale.php代码:

.myList li:not(:nth-child(9)), .myList li:not(:nth-child(11))

Studio.php代码:

.myList li:not(:nth-child(9)):not(:nth-child(11)) {
    background-color: greenyellow;
}

0 个答案:

没有答案