Getting Error: "Wrong parameter count" when using
Posted: Sat Nov 11, 2006 7:44 am
Hello,
I'm getting the following error:
when I'm writing the following code:
<?
mkdir("aaa");
?>
How can I solve that?
Thank you.
I'm getting the following error:
Code: Select all
Warning: Wrong parameter count for mkdir() in c:\apache\htdocs\direct_site\try3\mail_get.php on line 2<?
mkdir("aaa");
?>
How can I solve that?
Thank you.