WebSite X5Help Center

 
Mark Fletcher
Mark Fletcher
User

Connect to database using include '../res/x5engine.php';  en

Autor: Mark Fletcher
Visited 2088, Followers 1, Udostępniony 0  

I can connect to my database by including,

<?php 
$host = 'localhost';
$db = 'dbname';
$user = 'username';
$password = 'password'

?>

How do I connect using

<?php

include '..res/x5engine.php'; instead

?>

What are the variable names used by x5engine.php to connect to the databaser?

Thanks

Posted on the
3 ODPOWIEDZI - 1 POMOCNY
Mark Fletcher
Mark Fletcher
User
Autor

Looks like I have a lot to learn.

Thanks

Mark

Czytaj więcej
Posted on the from Mark Fletcher