Posted October 18, 20159 yr I want to have a block in Block Manager which queries a different database to the IPB database, but it doesn't seem to work (the code has been tested and works OK in a standalone PHP script). The script fails when the query is run, on this line ----------------- $result = mysqli_query($dbconnect,$sql) ----------------- Is anyone able to tell me how I can get it working, please? Edited October 18, 20159 yr by dancingbear
October 19, 20159 yr Author well, weirdly the php block thingy doesn't seem to like 'include_once', but it likes 'include'. No idea why that might be, but changing that cured by problem.
Archived
This topic is now archived and is closed to further replies.