Posts by Cairoodev • 21 points
4 posts
-
0
votes1
answer77
viewsQ: Doubt with if and elseif PHP
I’m trying to make an algorithm that divides the value of the function strtotime and aired in minutes, hours. And now I’m trying to put in days, created the variable $datadia, but I’m unable to…
-
0
votes2
answers299
viewsQ: Transform PHP strtotime in minutes
I am testing a code, to show the difference of date and current time with the variable in minutes <?php $phpdate = strtotime( $data ); $mysqldate = date( 'd-m-Y H:i:s', $phpdate ); $data1 =…
-
0
votes1
answer234
viewsQ: CSS Reverse Transition Effect
How do I make this search bar instead of being opened right be opened left? <style> input.input_home { height: 50px; border: none; outline: none; padding-left: 50px; width: 0; position:…
-
0
votes1
answer153
views