print get_field("opening_text"); ?>
Showing '.mysqli_num_rows($result).' results'; if(mysqli_num_rows($result) != $totalCount[0]){ print '. View All'; } print '
'; while ($row = mysqli_fetch_array($result)){ //$row["keywords"] print 'Project Type: '.$row["project_type"].'
Funding Type: '.$row["funding_type"].'
Funding Amount: '.$row["funding_amount"].'
Eligible Applicant and Activities
Eligible applicants include: '.$row["eligible_applicant"].'
Eligible activities include: '.$row["eligible_activities"].'
Funding Cycle and Application Deadlines
'.$row["cycle"].'
';
if($row["website"] != ""){ print 'Website:
'.$row["website"].'
'; }
if($row["contact_name"] != ""){ print 'Contact: '.$row["contact_name"].'
'; }
if($row["email"] != ""){ print 'Email: '.$row["email"].'
'; }
if($row["phone"] != ""){ print 'Phone: '.$row["phone"].'
'; }
if($row["address"] != ""){ print 'Address: '.$row["address"]; }
print '
Please try different search parameters or click here to view all Funding Incentives.