Benjamin Adams wrote:
I have it working with javascript but the if statements are not working:
<?php
$num_download = rand(0,100);
-------^^^^^^^^
echo $num_download;
if($num_downlaod <= 50){
----------^^^^^^^^

See a problem?

--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to