Posts by Fall • 19 points
1 post
-
-1
votes2
answers67
viewsQ: How to read two integer variables on the same line with PHP?
I would like to know how I can assign values, via console, to two variables of the whole type using the same line. I know how to do this in Python and Java but I don’t know in PHP. Here’s the code…