WebSite X5Help Center

 
Mark Fletcher
Mark Fletcher
User

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

Author: Mark Fletcher
Visited 2081, Followers 1, Shared 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 ANSWERS - 1 USEFUL
Mark Fletcher
Mark Fletcher
User
Author

Looks like I have a lot to learn.

Thanks

Mark

Read more
Posted on the from Mark Fletcher