![]() |
parse error :*(
PHP Code:
|
U need to global the function "$DB_site->"
|
how is that done?
|
If you are including global.php or config or whatever then you can use: global $DB_site;
Or you can use simply this, this will always work: $catsql = mysql_query("SELECT id, catname FROM ffacats ORDER BY catname"); |
i see...'cause it's in a function...gotcha...thanks
|
Yup. Functions has their own variables, so unless you global a variable inside a function, for example $one, $one inside the function will not be the same as $one outside the function.
And since you are using $DB_site as an object, you must globalize it first or PHP won't understand what you're trying to do with a variable which isn't even defined. |
All times are GMT. The time now is 01:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|