so if the function exists, you print noooo, but if it doesn't exist, you try and load it?
I think you have an ! where it shouldn't be.
On Thu, 2003-04-03 at 14:02, Todd Underwood wrote:
> folx,
>
> also, when i put:
>
> <?php
> if(!function_exists("mgd_get_midgard")) {
> dl("midgard.so");
> } else {
> print "noooooo\n";
> }
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
