Posts by Roberto Alexandre Da Silva • 63 points
4 posts
-
1
votes0
answers459
viewsQ: android studio: AVD Nexus_5 is already running
I cannot run the AVD because the message appears below: I tried to delete the folder below: Someone knows what I must do?…
-
0
votes5
answers11915
viewsA: Count number of Mysql query records in PHP
I got the following code that a college friend of mine unrolled $sql="SELECT dt_faturamento FROM processo WHERE dt_faturamento='faturado'"; $return = $conexao->query( $sql ); if ( $return ==…
-
1
votes5
answers11915
viewsQ: Count number of Mysql query records in PHP
I made the code below to count the amount of records, but he tells me 1 to 1, I wonder how I can do to add these records and call with an echo. ?> <?php $sql="SELECT id FROM processo"; $return…
-
4
votes1
answer64
viewsQ: How to format the day of the week to not show symbol in PHP
How to exchange the symbol � appearing on Tuesday by a C? My code below: <?php setlocale(LC_ALL,"pt_BR", "pt_BR.utf-8", "portuguese" ); date_default_timezone_set('America/Sao_Paulo'); echo…