$videofile = “fichier.flv”; ob_start(); passthru(“ffmpeg -i “{$videofile}” 2>&1″); $duration = ob_get_contents(); ob_end_clean(); $search=‘/Duration: (.*?),/’; $duration=preg_match($search, $duration, $matches, PREG_OFFSET_CAPTURE, 3); echo $matches; Pour récupérer la...
Author: jacinmontava
echo ‘<?php phpinfo(); ?>’ | php 2>&1 |grep -i ssl
SELECT id,title INTO OUTFILE “c:/result.text” FIELDS TERMINATED BY ‘,’ OPTIONALLY ENCLOSED BY ‘”‘ LINES TERMINATED BY “n” FROM property;
if ($(“div#capa_1”).height() > $(“div#capa_2”).height()) { $(“div#capa_2”).height($(“div#capa_1”).height()) }else{ $(“div#capa_1”).height($(“div#capa_2”).height()) }
Note This code using html & css is very useful if you want to display this kind of menu! go to the adress of...