MyBB Community Forums

Full Version: How to hide a div for a particular user in mybb?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
okay, file option is good
If you're going with the file option, you should look into using file_get_contents() and file_put_contents() (both PHP >5). They are extremely useful for doing exactly what you want.

Refer to:
http://www.php.net/manual/en/function.fi...ntents.php
http://www.php.net/manual/en/function.fi...ntents.php
Pages: 1 2