Question d’entretien chez UNFI

how will u include files in php...what s the difference between them?

Réponse à la question d'entretien

Utilisateur anonyme

18 sept. 2009

include - (if source file missing it'll give warning&continue execution), require - (if source file missing it'll give error&halt execution),

2