what is the best way to save text, like number of rows for the questbook and the admin name.
should I save it to a php file like:
or should I save it to a database? but isn't it really stupid to save 1 variable to a db?
maybe there or other suggestions?
should I save it to a php file like:
| Code: |
| <?php
$qbrows = "10"; $admin_name = "golles"; ?> |
or should I save it to a database? but isn't it really stupid to save 1 variable to a db?
maybe there or other suggestions?
