Jump to content

[SOLVED] PHP MATH


dubc07

Recommended Posts

What im trying to do is this,

I have the code working on the current function below, however what I'm wanting to do is

 

if $width greater than $height by 200        I have no idea how this would be done. Any help is appreciated. 

 


<?php

if($height > $width || $height == $width ){

$dosomthing;

}

?>

Link to comment
https://forums.phpfreaks.com/topic/163624-solved-php-math/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.