i got Fatal error : call to undefined function get_fname() on C:\apache\apache2\htdocs\Abc\Myproject\info.php on line no 96;
can any won help to to solve the error :
Moderator: General Moderators
Code: Select all
include("../database.inc.php");
include("../MyWebsite/functions.inc.php");Code: Select all
require(BASE_PATH . 'MyWebsite/functions.inc.php');Code: Select all
require(BASE_PATH . 'MyWebsite/functions.inc.php');
Always use the <?php ?>. I guess your filepaths were OK.anamika12345 wrote:Fatal error : call to undefined function get_fname()