View Single Post
Old 10-07-2007, 01:30 PM   #4 (permalink)
Karl
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

Ah right, I see. In that situation you will need to include functions.php inside the ajax_functions.php file. Don't specify any path, just the filename, such as:

require_once('functions.php');
Karl is offline  
Reply With Quote