28 Aralık 2008 Pazar

Require vs Include in PHP

When PHP cannot find the file
  • if you include you will see an error then will continue to run.
  • if you require you will see an error then will die!!!.

Hiç yorum yok: