Good afternoon, I have a php file hosted on a site that has the following code:
$server = "server\_name"; $user = "user\_name"; $pass = "my\_pass"; $dbname = "teste"; // conec $conn = mysqli\_connect($server, $user, $pass, $dbname); $result\_pesquisa = "SELECT \* FROM teste"; $resultado\_pesquisa = mysqli\_query($conn, $result\_pesquisa); $usuario = "select \* from teste order by id desc limit 1"; $cor = mysqli\_query($usuario);
I would like to know how do I get the value of the $ color variable using LUA …
I’m very lost in this part, do any of you have any idea to save me? Thank you !! <3