Re: [PHP] Wrong parameter count for fgets

2003-07-08 Thread Joel Rees
Warning: Wrong parameter count for fgets() in I had this error on of my scripts, any ideas on this part? Well, I typed fgets into the search for field on a page at php.net, left the in the field set to function list, and clicked the little non-descript arrow to the right of that, and I found

Re: [PHP] Wrong parameter count for fgets

2003-07-08 Thread Mark
Without seeing any code, we can only guess. But do you have at least two, and no more than three parameters for the fputs() fuction? fputs (PHP 3, PHP 4 ) fputs -- Writes to a file pointer Description int fputs ( resource handle, string str [, int length]) fputs() is an alias to fwrite(), and

[PHP] Wrong parameter count for fgets

2003-07-07 Thread Miranda, Joel Louie M
Warning: Wrong parameter count for fgets() in I had this error on of my scripts, any ideas on this part? How come this error occur? -- Thank you, Louie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php