@oldteacher wrote:
If I use a simple
<?php include 'https://example.com/mathtests/update.php';?>
The start page in app fails to load?
Shouldn’t this behave like any standard include? In other words the page loads but the included URL does not?
Could understand if using require or require_once. But on a standard PHP page plain old include statement still allows page to load.
Posts: 1
Participants: 1