Posts by Guilherme Henrique • 95 points
3 posts
-
2
votes1
answer221
viewsQ: Error converting mysql_list_tables to mysqli_
I have a page to download a backup of Mysql information, however it is giving the following error since I started migrating from mysql_ for mysqli_: Fatal error: Cannot use Object of type mysqli as…
-
2
votes1
answer78
viewsQ: Show the highest value of a field along with the field name
Hello, I have a huge doubt. I need to show in my table, in the home page of my site, which field of my table has the highest value and next to this field, show not only the highest value but also…
-
4
votes3
answers4136
viewsQ: How to subtract a date from the current system date
I want to subtract the current system date with the date that is saved in mysql. I insert the date into mysql via INSERT, manually, because I will not always use the current date to insert into the…