Quote:
Originally Posted by bananalive
Find in competitions.php
Code:
$days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
Replace with
Code:
//$days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
Find in competitions.php
Code:
if ($day > $days OR $day == 0) {
Replace with
Code:
if (/*$day > $days OR */$day == 0) {
|
I really appreciate your support on this but its still not working

blank page loads after I click add
http://www.chicagophotoshop.com/foru...php?do=addtmnt