-
What version of PHP are you running? There are some issues with PHP 4 that clear up under PHP 5.
2009-08-29 19:37:59 UTC in ChurchInfo
-
I've used this query to gather all the wedding dates. Then I have to match husband and wife together by family ID and date before I display it. That may be a way in SQL to combine spouses, but I haven't figured that out. Maybe this will help you along.
$sql = "SELECT family_fam.fam_ID as 'FamID', family_fam.fam_Name AS 'Family', family_fam.fam_WeddingDate AS 'Anniversary'...
2009-07-03 21:55:47 UTC in ChurchInfo
-
David,
The easiest way to deal with this is to have the link to ChurchInfo open in a new window. That way, when a person is finished with ChurchInfo, closing the window would let you get back to your website in the window underneath. The code to do this looks like this:
<a href="http://www.mysite.com/churchinfo/Default.php" target="_blank">ChurchInfo</a>.
2009-03-18 01:35:45 UTC in ChurchInfo