Posts by Alexandre Yasser Awadallak • 15 points
3 posts
-
-2
votes1
answer919
viewsQ: Sort PHP table
I am trying to sort a table that is in Php and that pulls the database data, tried with js called sorttable, but it did not work, the table is with this code: echo '<table class="sortable">';…
-
0
votes1
answer37
viewsQ: Mysql search with only one of the selected fields
I have a question about how to organize this information, I have two selects in my code, that the user choose both it, generates the table searching who has the two information, however I would like…
-
1
votes2
answers114
viewsQ: Search with null value, mysql
I’m a beginner in programming and I’m trying to find something new, in this case, I have two fields that inform my research values, but I wish the research could be done even if a field is null This…