gaugeboson Posted March 10, 2008 Share Posted March 10, 2008 So this is my basedir: $config_basedir = "http://localhost/sites/auction/"; Now if I want to put some something here what exactly would I save the php file as? my config.php file is : <?php $dbhost = "localhost"; $dbuser = ""; $dbpassword = ""; $dbdatabase = "auction"; $config_basedir = "http://localhost/sites/auction/"; $config_currency = "$"; ?> Link to comment https://forums.phpfreaks.com/topic/95311-config_basedir/ Share on other sites More sharing options...
kenrbnsn Posted March 10, 2008 Share Posted March 10, 2008 Please don't double post. Locked. Ken Link to comment https://forums.phpfreaks.com/topic/95311-config_basedir/#findComment-488216 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.