Download use other database...
huuquynh 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Download use other database...
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Download use other database...
Open downloadget.php and change:
to:
Open downloadget.php and change:
dbconnect();
HeaderBlock($website);
to:
HeaderBlock($website);
dbconnect();
Hi,
My website includes: homepage and forum database.
But when user click to download link, I don't know why it use forum database. That means we insert item in download is ok, but when download, it use forum database to search the table: esselbach_st_downloads...
Please help me to fix it!