Ian,
Your the man! Its ok now, the errors are gone, and my website looks great thanks to you!
I cannot thank you enough
CHeers dude
Search found 2 matches
- Sun Feb 24, 2008 7:29 am
- Forum: Joomla! Coding 101
- Topic: Warning: Division by zero error
- Replies: 5
- Views: 1368
- Sat Feb 23, 2008 11:50 pm
- Forum: Joomla! Coding 101
- Topic: Warning: Division by zero error
- Replies: 5
- Views: 1368
Warning: Division by zero error
Hi,
After I uploade my site I got this division by zero error.
Here is the code
if ($color_index && isset($tab_colors[($tab_index)%count($tab_colors)])) {
$id .= $tab_colors[($tab_index)%count($tab_colors)];
$tab_index++;
}
ANybody know how do I can fix this?
Thanks!
After I uploade my site I got this division by zero error.
Here is the code
if ($color_index && isset($tab_colors[($tab_index)%count($tab_colors)])) {
$id .= $tab_colors[($tab_index)%count($tab_colors)];
$tab_index++;
}
ANybody know how do I can fix this?
Thanks!