Posts by D4rck G4m3r • 1 point
6 posts
-
-3
votes1
answer99
viewsQ: How best to start developing a mobile app
Good afternoon, I would like to know the best language to develop an application for mobile and which platform to start developing. Thanks in advance.
-
-1
votes3
answers50
viewsA: Bring data from Table and returns no results
I think the mistake is in the LIKE. Try to replace "SELECT * FROM funcio WHERE funcionario LIKE '%$parametro%' ORDER BY id_matricula" for "SELECT * FROM funcio WHERE funcionario='%$parametro%' ORDER…
-
0
votes0
answers50
viewsQ: Lock the timepicker button
<?php include('ligabd.php'); $id=$_GET["id"]; session_start(); if(isset($_SESSION["id_cliente"])){ }else{ header("location:login.php", true, 301 ); } $successMsg=''; $consulta = 'SELECT * FROM…
-
0
votes0
answers32
viewsQ: Lock timePicker button
<?php include('ligabd.php'); session_start(); if(isset($_SESSION["id_cliente"])){ }else{ header("location:login.php", true, 301 ); } $successMsg=''; $consulta = 'SELECT * FROM marcacoes'; if…
-
0
votes1
answer43
viewsA: Problem in website formatting
I already solved!! I will post the code to whoever needs it. In my case just put device in the query. /* 4K*/ @media only screen and (min-device-width:2560px) { .content{ margin-left: 35%;…
-
0
votes1
answer43
viewsQ: Problem in website formatting
Good morning, I’m having a problem with the css of my site it only works from the Laptop up to 4K, someone can tell me why? /*Mobile S*/ @media only screen and (max-width: 320px) { .content{…