Quote:
Originally Posted by Milad
The solution is at your host, so choose an excellent host.
Don't forget to protect your directories.
|
you're right you can easly print the value of config file
PHP Code:
echo $config['Database']['dbname'];
and you will get the name of db.
but happience if you change the name of the variable $config,
rename $config['Database']['dbname']; to $myconfig['Database']['dbname'];
and change the class files
but what's the solution !!!
by anther meaning, what do you meant "excellent host",
explain more if you can
thanks