[SOLVED] Auto Login From Joomla With Phpr Tables In Different D/b |
5/4/2013 07:20:48 | |
| PHPRunner General questions | ||
|
T
tparki authorDevClub member
I want to run PHPR inside a hosted Joomla Application where we don't seem to have full access to the Joomla d/b so cannot place the PHPR tables there. |
||
|
|
Sergey Kornilov admin 5/6/2013 |
|
This should be pretty straightforward: $jconn=mysqli_connect("localhost","username","password","database name"); |
|
|
T
|
tparki authorDevClub member 5/6/2013 |
|
This should be pretty straightforward: $jconn=mysqli_connect("localhost","username","password","database name"); |
|
|
T
|
tparki authorDevClub member 5/10/2013 |
|
This should be pretty straightforward: $jconn=mysqli_connect("localhost","username","password","database name");
|
|
|
|
Sergey Kornilov admin 5/10/2013 |
|
You should not modify any files manually. Follow the advice provided in this article: |
|