Jump to content

[HELP] How to create the file install.php


spaxy

Recommended Posts

93422391ek3.png

 

 

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", "");
?>

Link to comment
https://forums.phpfreaks.com/topic/144350-help-how-to-create-the-file-installphp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.