Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Fatal error: Uncaught Error: Call to undefined function random_num() in C:\xampp\htdocs\Login\signup.php:16 Stack trace: #0 {main} thrown in C:\xampp\htdocs\Login\signup.php on line 16


What I have tried:

Tried googling for a solution but still no luck
Posted
Updated 8-Mar-22 23:24pm
Comments
Richard MacCutchan 9-Mar-22 4:58am    
You are trying to call a function that does not exist. I don't expect Google will be able to find it either.

1 solution

There is no standard PHP function called "random_num".
Instead see here: PHP rand() Function[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900