How to call php file in php

1 year ago
2

Hello, My Dear friends, !! In this video I will Show you how to call php file in php. Watch the video till the end Thanks.

Step 1: Tell PHP to execute a certain file. $ php my_script.php $ php -f my_script.php.
Step 2: Pass the PHP code to execute directly on the command line. $ php -r 'print_r(get_defined_constants());' .
Step 3: Provide the PHP code to execute via standard input ( stdin ).

Thank you Everyone for watching. If this video can help you, don't forget to like & subscribe to my channel.

~~~~~~~~~~~~~~~~~~~
Thanks for watching.
Any comments are welcome!
~~~~~~~~~~~~~~~~~~~

#how #to #call #php #file #in #php

Loading comments...