I've been told (from a previous question of mine) that to run an external PHP script, i could use exec or curl.
I've started looking into exec and it seems simple, however I believe I am doing something incorrectly.
Is this not the correct, simple way to just run a page (and not require any data returned)?
exec("/folder/some_page.php?var=" . defined_variable);
I've tried different combinations of relative and direct links, with/without starting with a slash.
Thanks everyone!
include? "that to run an external PHP script, i could use exec or curl." --- I'm sure you get it wrong.include, then the resulting data isincluded on my page, which is no bueno.includeis wrong. The thing is - newbies often follow the wrong idea thus ask about wrong solutions.ob_*functions