Posts by user46464 • 43 points
2 posts
-
3
votes2
answers187
viewsQ: Checks if in a value group there is a value x mysql
I have a select that returns some data from the database, but I need this select to return the values only when in a group of values, there is the value x SELECT pessoas.id AS ID, pessoas.nom_pessoa…
-
0
votes1
answer1109
viewsQ: Open() method of the undefined FPDF
I’m trying to generate tags with php and the FPDF class, but I’m having trouble with the open() method of the FPDF, it returns the following error - Fatal error: Call to Undefined method…