Posts by Thiagão • 29 points
6 posts
-
0
votes1
answer131
viewsQ: Validate table row contents
I have a function that returns the results, which will fill my table. I want that when there is no result, a message appears,. <?php //Pagina principal session_start(); // Inicia a sessão…
-
2
votes1
answer307
viewsQ: How to make my menu work on all pages
In my system, I have a menu, which works perfectly, but I’m trying to include a dropdown, with more links, the dropdown works only when I’m on the menu page, when I’m on other pages, the dropdown…
-
0
votes1
answer116
viewsQ: Calling a modal using function
I have a table, which lists driver data, that when clicking a column of the table a modal is triggered. But I want, when clicking, to be called a function, which returns the modal, and not every…
-
-2
votes1
answer2075
viewsQ: How to change the table line color(php) according to the value?
<?php include_once("func/functions.php"); // Chama o arquivo de funções function diaria($codmot,$periodo) { $data = (explode(" - ",$periodo)); $datIni = date('Y-m-d',strtotime($data[0])); $datFin…
-
0
votes0
answers61
viewsQ: Media screen does not work with boostrap 4
<?php session_start(); // Inicia a sessão include_once("func/functions.php"); // Chama o arquivo de funções padrão. include_once("func/f_exames.php"); // Chama o arquivo de funções específicas.…
-
1
votes1
answer402
viewsQ: Block landscape mode, via Css, on mobile display
I am doing a project, and I need to block the mode "landscape",on a specific screen (login screen), I want that when logging in, appear a message for user to use landscape mode, so better view the…