Hiya ok it doesn't like something on this line... I think it must be an ' but tried a few different additions and still no luck
PHP Code:$bdays .= 'Name: '.$qry["FirstName"].' '.$qry["LastName"].' ('.date('d-m-Y', strtotime($qry["DateOfBirth"]).') '.$qry["Email"].'';



Reply With Quote
. Try this:
Bookmarks