Jump to content

[SOLVED] Calling function.


THE KHAN

Recommended Posts

I want to call a function which is defined in an external file "includethis.php" to another file of my website.

I tried this code

<?php include('includethis.php'); ?>

, but when i calls the function defined in "includethis.php" to current page, it displays an error "Call to undefined function".

 

What to do for calling a function defined in an external file to current page?

Link to comment
https://forums.phpfreaks.com/topic/109962-solved-calling-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.