Skip to content

Instantly share code, notes, and snippets.

@YurePereira
Last active February 7, 2020 21:38
Show Gist options
  • Save YurePereira/8420eafb62657704539f172a0980cece to your computer and use it in GitHub Desktop.
Save YurePereira/8420eafb62657704539f172a0980cece to your computer and use it in GitHub Desktop.
Pegando o caminho relativo à esse arquivo.
<?php
//Pegando o caminho relativo à esse arquivo.
$path = 'components/';
$file = $path . 'header.php';
include($file);
@Felipe-Marques
Copy link

Obrigado pelo arquivo Yuri, ajudou muito.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment