Posts by Luciana M • 31 points
1 post
-
3
votes2
answers283
viewsQ: Require and include
Hello I’m having a doubt on the following: Class: "Teste1.php" <?php class Teste1{}... ?> Ex1-include 'Teste1.php' Ex2- include_once 'teste1.php' Ex3- require_once 'Teste1.php' Is it possible…