07-09-2007, 04:01 PM
[eluser]Unknown[/eluser]
Hi..
I´m trying to include a extern php file, I received no error messages em I use this:
include(base_url().'public/includes/funcoes.php');
The path exists and the file is there!
but when I try to access a method function of the file 'funcoes.php' I got the php error:
Fatal error: Call to undefined function ConverteDataBR() in C:\projetos\web\ci\system\application\views\busca.php on line 32
Somebody can reply me?
Thanks...
Hi..
I´m trying to include a extern php file, I received no error messages em I use this:
include(base_url().'public/includes/funcoes.php');
The path exists and the file is there!
but when I try to access a method function of the file 'funcoes.php' I got the php error:
Fatal error: Call to undefined function ConverteDataBR() in C:\projetos\web\ci\system\application\views\busca.php on line 32
Somebody can reply me?
Thanks...