
Peter Stöcker - 2005-10-11 11:29:20 -
In reply to message 1 from Peter Stöcker
Hi!
I solved the problem!
1. Najax has to be in the htdocs dir (e.g. htdocs\najaxtest\najax-0.4.1.0)
2. It's enough to write require_once('najax.php');
3. For header you have to point to the sub dir
<?= NAJAX_Utilities::header('najax-0.4.1.0'); ?>
That made it work.
But I have to mention, that it would be better to have NAJAX in a dir out of htdocs, like c:\apache\php\najax-0.4.1.0. Perhaps in another version.
Bye,
Pest