Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Operator: Modulus
Name: mie2com Date: December 10, 2006 at 02:30:32 Pacific OS: WinXP CPU/Ram: Pentium III Product: Sony
Summary: Hi. I don't understand the logic behind this, and how does php calculate when using this "time-equals" operator. $first_number = 20; $second_number = 30; $total = $first_number += $second_number; $tot...
Summary: Thi shouldn't be that tough. I have two numbers coming out of a db, i put them into variables then try and run an if statement.. if ($a != $b) { show this; } its not working. the show this always show...