Posts by Michel • 55 points
5 posts
-
1
votes1
answer195
viewsQ: Php json: Take specific values from an API in Json and display them through a php script
I am working with an API and would like to "get" some values of the same as this in JSON format. At first I researched some questions similar to mine, but unfortunately I still could not find a…
-
1
votes1
answer363
viewsQ: SELECT INNER JOIN using PHP foreach in Datatable
I’m working on a CRUD using Datatable where it shows me data from 3 related tables where these three tables two are related to one. In case the PHP code is executed to fetch and display the data in…
-
-2
votes2
answers95
viewsQ: Problem in SELECT INNER JOIN. Appearing ID instead of name
Hello. I would like a SELECT INNER JOIN result to show the record name instead of the record ID. I have researched several topics dealing with the subject here, but I cannot solve this problem. I…
-
0
votes1
answer138
viewsQ: Create a menu with categories
I am developing a project in PHP and Mysql, and would like to create a menu that shows the categories registered in a database. In this case I have two related tables whose names are tbl_categorias…
-
3
votes2
answers738
viewsQ: PHP SQL Inner Join - Show name instead of ID number
I’m having a little difficulty with the INNER JOIN query. I have a table called users and it contains the following fields: First Name Last Name Tipo_fk (Foreing Key) Categoria_fk (Foreing Key) As…