Page 1 of 1

simple question for experts

Posted: Wed Feb 18, 2009 2:24 pm
by paranoic
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

Re: simple question for experts

Posted: Wed Feb 18, 2009 2:38 pm
by requinix
Somewhere in your site (and we don't know where, don't ask us) is

Code: Select all

$users = ...;
$tmp = ...;
$settings = ...;
They aren't defined by PHP but by some of your code.

Re: simple question for experts

Posted: Wed Feb 18, 2009 2:47 pm
by paranoic
but what are theyexactly what are they used for, could you give me any example pls

thx

Re: simple question for experts

Posted: Wed Feb 18, 2009 8:38 pm
by requinix
paranoic wrote:but what are theyexactly what are they used for, could you give me any example pls
We have no idea. It's your site, not ours. We aren't the ones familiar with it.

Like I said, it's not some PHP thing that happens on every site.

Re: simple question for experts

Posted: Wed Feb 18, 2009 9:00 pm
by Benjamin
paranoic, those can by anything that you want them to be.
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.
You may also what to read:
  1. General Posting Guidelines
  2. Posting Code in the Forums
  3. PHP Manual
  4. PHP Tutorials