Hi,
I've a php file file1.php that is called from an html form using the post
method.
I need to call it another time from a php file file file1.php,
I found 3 ways : include, require, and header
What is the most appropriate in my case? thanks
I've a php file file1.php that is called from an html form using the post
method.
I need to call it another time from a php file file file1.php,
I found 3 ways : include, require, and header
What is the most appropriate in my case? thanks
Comment