WebSite X5Help Center

 
Mark Fletcher
Mark Fletcher
User

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

Autore: Mark Fletcher
Visite 2090, Followers 1, Condiviso 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

Postato il
3 RISPOSTE - 1 UTILE
Mark Fletcher
Mark Fletcher
User
Autore

Looks like I have a lot to learn.

Thanks

Mark

Leggi di più
Postato il da Mark Fletcher