1
Hi, I just want to simply include a php page on my website as a block so I create custom block choose php script and enter
include("http://mywebsite.com/1a.php"); ?>
this shows a blank block :( how can i include a php page as a block?
I discovered that my page wont show up as an include because it already has includes. How can this possibly be shown as a block?