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.
Moderator: General Moderators
Code: Select all
Warning: Wrong parameter count for mkdir() in c:\apache\htdocs\direct_site\try3\mail_get.php on line 2Code: Select all
<?php phpinfo(INFO_GENERAL); ?>the second parameter is marked as optionalhttp://de2.php.net/mkdir wrote:bool mkdir ( string pathname [, int mode [, bool recursive [, resource context]]] )