Hello,
I am newbye in PHP, so forgive me for asking this question that can look trivial.
In the PHP example "phonebook.php" that is installed along with XAMPP, there are a lot of references to mysterious variables. For instance, "phonebook-head", "phonebook-text1", "phonebook-sure"... They seem to be contained in an array since they are printed in the following manner :
print $TEXT['phonebook-button2']
I would like to know where the array of phonebook parameters is defined. Thank you,
Erwan
I am newbye in PHP, so forgive me for asking this question that can look trivial.
In the PHP example "phonebook.php" that is installed along with XAMPP, there are a lot of references to mysterious variables. For instance, "phonebook-head", "phonebook-text1", "phonebook-sure"... They seem to be contained in an array since they are printed in the following manner :
print $TEXT['phonebook-button2']
I would like to know where the array of phonebook parameters is defined. Thank you,
Erwan