Open EmilieTreuil opened 3 years ago
I want to create a birthday date for my contact and a link to the website too.
I try this : $birthday = $doc->createElement('gContact:birthday'); $birthday->setAttribute('when', $birth); $entry->appendChild($birthday);
$birthday = $doc->createElement('gContact:birthday'); $birthday->setAttribute('when', $birth); $entry->appendChild($birthday);
but it doesn't work at all.
I want to create a birthday date for my contact and a link to the website too.
I try this :
$birthday = $doc->createElement('gContact:birthday'); $birthday->setAttribute('when', $birth); $entry->appendChild($birthday);
but it doesn't work at all.