In your readme http://www.simplemachines.org/community/index.php?topic=25718.0 (http://www.simplemachines.org/community/index.php?topic=25718.0)
You say
AND add the following just above the </body> tag at the bottom of the index.php file:
Code:
<?php mysql_select_db($GLOBALS['db_name']); ?>
The readme in the install package 3.20 says
add the next line just below the </body> (the closing body tag at the bottom) tag of the template.
<?php mysql_select_db($GLOBALS['db_name']); ?>
Who to believe? Does it make a difference?
does not make a difference... I prefer it and always use it above the </body> tag...
Cheers :)