PHP include/require in a module
Is it possible to use a php include or require command in a module, for example, to pull a random quote via a script that is outside the tikiwiki?
Copy to clipboard
require('http://www.mysite.com/rquote.php');
i had a read of the help me section, which said
A php file in the modules directory - extension .php. The php fle is not mandatory
so i added my rquote script to that, but i don't think that is what they really meant
any help here woudl be appreciated.