Posts by Cleudiney Theodoro Brandão • 11 points
3 posts
-
0
votes0
answers48
viewsQ: PHP put a carinha.jpeg symbol inside a <select> and record the selected.jpeg face in the mysql database field and display in the client
I have a table that generates 5 columns, I wanted to put inside a TD a select and inside the Select put 5 default images ( type emojis of Whats but in jpeg ) indicating the presence / status of the…
-
1
votes2
answers3023
viewsA: Query in Mysql to return scheduled records for the next 30 days
I think this will help... $query = "SELECT nome, celular, profissao, cpf, rg,hora,faltou,codigo_convenio FROM pacientes INNER JOIN agenda ON agenda.codigo_paciente=pacientes.codigo WHERE (DATA =…
-
0
votes0
answers319
viewsQ: Table does not display name relative to PHP Foreign Key Table
I need to make a query in the table and return to Date in first column, Name (FK) in the second column, and other FK-dependent data in their respective columns. I have tried the various forms of…