spaxy Posted February 8, 2009 Share Posted February 8, 2009 Help me create a file install.php I do not know how Just started studying php This code file /inc/conf.php <?php define("DIRECTORY", ""); $statistical_database = ""; $statistical_database_host = ""; $statistical_database_login = ""; $statistical_database_password = ""; define("statistical_database_host", ""); define("statistical_database", ""); define("statistical_database_login", ""); define("statistical_database_password", ""); $database = ""; $database_host = ""; $database_login = ""; $database_password = ""; define("database_host", ""); define("database", ""); define("database_login", ""); define("database_password", ""); ?> Quote Link to comment https://forums.phpfreaks.com/topic/144350-help-how-to-create-the-file-installphp/ Share on other sites More sharing options...
premiso Posted February 8, 2009 Share Posted February 8, 2009 You are going to need to use a fopen fwrite fclose Since you just have the file you want created, try figuring out those methods then when you get help up post your current code and ask for help. Quote Link to comment https://forums.phpfreaks.com/topic/144350-help-how-to-create-the-file-installphp/#findComment-757473 Share on other sites More sharing options...
spaxy Posted February 8, 2009 Author Share Posted February 8, 2009 Thank you. I'll try but I think that there will be ((( Quote Link to comment https://forums.phpfreaks.com/topic/144350-help-how-to-create-the-file-installphp/#findComment-757475 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.