Posts by user5363 • 515 points
2 posts
-
29
votes9
answers30430
viewsQ: How to debug code in PHP?
For example, in javascript we have the console.log to debug, find out where the bugs are, etc. And in PHP, which ones would be best manners?
-
22
votes4
answers2442
viewsQ: In PHP how to calculate a random number?
How to calculate a random integer between 1 and 2000 using PHP, to make a draw? function random() { // codigo }