Posts by Frederico Santana • 31 points
2 posts
-
2
votes1
answer107
viewsQ: return of array_search() considered false condition
In my code, in the login screen I search in the comic the number of blogs that belong to the same user and put the ID of these blogs in an array, then assign it to a session variable (I want my code…
-
1
votes1
answer162
viewsQ: Filter JSON records by Javascript or PHP
I have a question about how to filter data when the customer fills in an input field. I am searching all server records (running PHP) through a jQuery JSON request and would like to know how to make…