phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
wich code do i need to use to pull some data out off the database lets say i want to display some text when a number of member is reached and i want to show the data from row max_users.
when i use:
- Code: Select all
if ( $board_config['max_users'] == 100){*some code*}
or
- Code: Select all
if ( $board_config['max_users'] == '100'){*some code*}
it will not work...
attention this is an example max_users can be replaced by something else
also it could be that on some pages this code will work
what i need is some other code that will do the same as this code suposed to do...
when i got this to work i can also finish 2 other mods i'm working on and when ready they will be released on integrmod