Posts by Michel Souza • 25 points
2 posts
-
0
votes0
answers52
viewsQ: Server does not read png files in folder with codeigniter
The server does not read/display PNG files but it normally shows JPG files. Example: host.net/new/Assets/img/file.png (appears in browser) host.net/new/admin/Assets/img/file.png (NOT shown in…
codeigniterasked Michel Souza 25 -
2
votes2
answers40109
viewsQ: Get values from one table that are not contained in another
I would like to know how I can get values from a mysql database and the data obtained should be in one table and not in another. For example: I want all equipment (equipment table) that is not…