Jump to content

[SOLVED] Warning: Division by zero error (Help!)


Chezshire

Recommended Posts

Hello Everyone,

I've been googling away trying to solve the follow error and i'm only becoming more and more confused by the examples I'm finding. Can anyone help me to solve this (i'm a newb with little idea of what I'm doing).

My code is producing the following error:

Warning: Division by zero in /home/content/X/html/xpg/messages/threadX.php on line 225

Line #225: $height = $charimage_size * $size[1] / $size[0];

 

if ($storyteller) {
$height = $charimage_size * $size[1] / $size[0];
$charimage .= "<img src=\"/images/circle-x.jpg\" height=\"$height\" width=\"$charimage_size\" align=\"right\" hspace=\"$charimage_margin\" vspace=\"$charimage_margin\">";
} // end if storyteller

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.