Page 1 of 1

problem in uniqid()

Posted: Fri Mar 31, 2006 12:26 am
by my_raj_raj2
Hi,

I use uniqid() function.

But I received below warning message


Warning: uniqid() expects at least 1 parameter, 0 given in /home/pages/reps.php on line 758

Warning: Cannot modify header information - headers already sent by (output started at /home/pages/reps.php:758) in /home/function.inc.php on line 156


I don't know why it is appear?

Anybody know how to solve it?

Thank u

Posted: Fri Mar 31, 2006 12:32 am
by feyd
pass something to uniqid(). :roll:

Read the documentation on the function.