how can we execute the ffplay.exe file with php in windows.there anyway help me with some .thanks codes in advance.
`ffplay.exe ...` // Using backticks exec('ffplay.exe ...') // Using exec shell_exec('ffplay.exe ...') // Using shell_exec system('ffplay.exe ...') // Using system
There are minor variations as to what each one does, so check the link
Link - http://ca2.php.net/manual/en/book.exec.php
Source: https://habr.com/ru/post/1751712/More articles:After dynamic counting - pythonUISwipeGestureRecognizer Distance - iphoneHow to write / read an array to a file in android - androidЩелкните правой кнопкой мыши на Listbox в приложении Silverlight 4. - c#php - добавление видео в php - windowsadding usercontrol to aspx page - c #Passing a link to TObjectDictionary .TValueEnumerator - genericsSearch for a submatrix with the maximum possible sum in O (n ^ 2) - algorithmIntent URI to go to your favorite contacts - androidHow to set color to rectangle drawn using html5? - html5All Articles