W
|
wpl 7/27/2019 |
Daviant,
Good afternoon; First of all I commented that my programming in PHP and the like is minimal. I am trying to automate the creation of tabs in the list page with the help of some arrays. Tabs should group by month and year. In the code I have, the tabs are generated, but clicking on them does not show the data properly. Any help is welcome (Google translator)
|
D
|
Daviant author 7/27/2019 |
Daviant, this looks like a simple typo. Compare the two where parts of your statements:
|
W
|
wpl 7/27/2019 |
Daviant,
Thank you very much for your help. I made the change, but unfortunately everything remains the same ... there must be another problem ... |
D
|
Daviant author 7/29/2019 |
Daviant, then it comes to my mind that your $identificador is numeric. The manual shows this definition:
|
D
|
Daviant author 7/29/2019 |
Hi, I checked this point and you're right. Now it works. Of course, I now have a logical problem, because the tab in question that represents the month and the year is out of date one month ... but this is already a problem of the programming itself ... I am reviewing it. Thank you (Google translator)
|
W
|
wpl 7/30/2019 |
Daviant, |