O <div>
bir spesifik altında içerik almak ve bu içeriği e-posta mümkün mü?
For example: If I have something like this:
<div id="1">
<ul>
<li>a</li>
<li>b</li>
<ul>
</div>
Basically I want to just reference <div>
and take the whole content and email it.
is there any way to cache the contents in the div?
Is this anyway possible? ( javascript? php?)
Teşekkürler.