where are $users $tmp $settings defined and what exactly those things are. i think i have problem with those thingsafter i sholuld write dot and for examle adress or contact name
thanx for help
simple question for experts
Moderator: General Moderators
Re: simple question for experts
Somewhere in your site (and we don't know where, don't ask us) is
They aren't defined by PHP but by some of your code.
Code: Select all
$users = ...;
$tmp = ...;
$settings = ...;Re: simple question for experts
but what are theyexactly what are they used for, could you give me any example pls
thx
thx
Re: simple question for experts
We have no idea. It's your site, not ours. We aren't the ones familiar with it.paranoic wrote:but what are theyexactly what are they used for, could you give me any example pls
Like I said, it's not some PHP thing that happens on every site.
Re: simple question for experts
paranoic, those can by anything that you want them to be.
You may also what to read:Forum Rules wrote: 11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.