10-07-2007, 01:30 PM
|
#4 (permalink)
|
|
The Reckoner
Join Date: Sep 2007
Posts: 437
Thanks: 22
|
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');
|
|
|
|