Hello php-windows,
i saw here many guys asking for that
why some functions are not working,
firstly please check whether your
configuration supports it or not....
so try this :
it will show all commands that your php current supports:
================================================
<pre>
<?
print_r ($a=get_loaded_extensions());
?>
<hr color=red>
<?
$cnta1=count($a);
$ii1=0;
while ($ii1<$cnta1)
{
echo "<b><font color=orange size=4>$a[$ii1]</font></b><br>\n";
print_r(get_extension_funcs("$a[$ii1]"));
echo "<hr color=green>\n";
$ii1++;
}
?>
================================================
--
Best regards,
sur-php mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]