Skip to content

How to execute cmd command in PHP?

shell_exec('ls');
// or
exec('ls');
See also  How to return the derivative of a function in Python?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.