Core
include
Reference for PHP include
Definition
include in PHP.
Syntax
<?php
// syntax for include
Example
<?php
echo "Using include";
Try It Yourself
Test it out in the Playground.
Reference for PHP include
include in PHP.
<?php
// syntax for include
<?php
echo "Using include";
Test it out in the Playground.