Fatal error: Call to undefined function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alimaserrat
Forum Newbie
Posts: 1
Joined: Sat May 02, 2009 4:09 am

Fatal error: Call to undefined function

Post by alimaserrat »

im not really good with php, anyway, i have a wordpress installed in /media root and i need to use a function which run a search field in my main root which is / .
anyway when i paste the code in the my index.php at the main root since the function is exist in /media it can not find it. please let me know how i can paste the function line which referes to another folder.

this is the funtion i need:

<?php livesearchpopup_searchbox() ?>

and here is where it is working properly:

www.avanavaz.com/media (if you see the right side bar there is a search ajax enabled field that does the search for the visitor right online, and i need to have same field in my www.avanavaz.com somewhere in the page.)
Post Reply