Hey,
I’m kindda new to php. I’m on my way developing a web site.
Can anyone please tell me how to get string values from another php or txt file?
e.g.:-
*I want to show company name with a string like ‘$c_name’ in index.php , feedback.php and gallery.php
*If I can call string value from somewhere else (text.txt or text.php) I do not need to change the company name in all three php files above. I will only have to change the string value in text.txt file
How can I do this. Thanks in advance.