I want to create a .txt file with the following: $country = "china"; $valuta = "dollar";
And than I want to create a .php file with some text like: This is $country where they use $valuta
How do I achieve this in 2 different files
Maybe include once or require once