Thanks in advance to anyone who can help.
I just have a quick question - I cannot find an answer at php.net.
I have some define elements, for example:
define('EMAIL_G REET_MR', 'Dear Mr. %s,' . "\n\n");
define('TEXT_CI TY_UNLISTED', 'If your city is not listed please
click <a href="%s""><u>h ere</u></a>');
define('PREVNEX T_TITLE_PAGE_NO ', 'Page %d');
They certainly look like variables but I can find no references to them
on php.net or in my php books. I have tried to figure out where these
are declared and I'm having trouble. Could someone tell me about these
or point me to a good source of info on the topic?
I'm still learning so be kind!
Thanks again.
AJ
I just have a quick question - I cannot find an answer at php.net.
I have some define elements, for example:
define('EMAIL_G REET_MR', 'Dear Mr. %s,' . "\n\n");
define('TEXT_CI TY_UNLISTED', 'If your city is not listed please
click <a href="%s""><u>h ere</u></a>');
define('PREVNEX T_TITLE_PAGE_NO ', 'Page %d');
They certainly look like variables but I can find no references to them
on php.net or in my php books. I have tried to figure out where these
are declared and I'm having trouble. Could someone tell me about these
or point me to a good source of info on the topic?
I'm still learning so be kind!
Thanks again.
AJ
Comment