Posts by user100777 • 25 points
2 posts
-
1
votes1
answer36
viewsQ: Collapse and even dropdown works?
What’s wrong with the following code, collapse and neither dropdown works. <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport"…
-
1
votes1
answer176
viewsQ: How to create a folder in php and right after launch exec?
I need to create a folder and right after launching the thumbnail created in it. mkdir(pasta, 0777. true); if(a pasta recém criada existir ){ exec("ffmpeg -i ".$currentPath." -vf fps=1/60 "…