Posts by Dellinghausen • 1 point
1 post
-
-1
votes1
answer705
viewsQ: Return SQL array in a php variable, for later HTML assembly
I need to do a database search on a date variable and return only the Years. For this I did the following : In control: public static function getDataAnos() { $bd = new Banco(BANCO_HOST,…