Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
Video Content Creator
pramukag
Updated:
Yesterday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Yesterday at 6:07 AM
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Thursday at 9:03 AM
Handmade Character Soft Toys
anil1961
Updated:
Tuesday at 2:11 PM
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Jun 21, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
danna katiya help ekak denna (php)
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="sudu hawa" data-source="post: 12051956" data-attributes="member: 382989"><p><em><span style="color: Blue"><?php</span></em></p><p><em><span style="color: Blue">// multiple recipients</span></em></p><p><em><span style="color: Blue">$to = 'aidan@example.com' . ', '; // note the comma</span></em></p><p><em><span style="color: Blue">$to .= 'wez@example.com';</span></em></p><p><em><span style="color: Blue"></span></em></p><p><em><span style="color: Blue">// subject</span></em></p><p><em><span style="color: Blue">$subject = 'Birthday Reminders for August';</span></em></p><p><em><span style="color: Blue"></span></em></p><p><em><span style="color: Blue">// message</span></em></p><p><em><span style="color: Blue">$message = '</span></em></p><p><em><span style="color: Blue"><html></span></em></p><p><em><span style="color: Blue"><head></span></em></p><p><em><span style="color: Blue"><title>Birthday Reminders for August</title></span></em></p><p><em><span style="color: Blue"></head></span></em></p><p><em><span style="color: Blue"><body></span></em></p><p><em><span style="color: Blue"><p>Here are the birthdays upcoming in August!</p></span></em></p><p><em><span style="color: Blue"><img src="test.jpg"/></span></em></p><p><em><span style="color: Blue"><table></span></em></p><p><em><span style="color: Blue"><tr></span></em></p><p><em><span style="color: Blue"><th>Person</th><th>Day</th><th>Month</th><th>Year</th></span></em></p><p><em><span style="color: Blue"></tr></span></em></p><p><em><span style="color: Blue"><tr></span></em></p><p><em><span style="color: Blue"><td>Joe</td><td>3rd</td><td>August</td><td>1970</td></span></em></p><p><em><span style="color: Blue"></tr></span></em></p><p><em><span style="color: Blue"><tr></span></em></p><p><em><span style="color: Blue"><td>Sally</td><td>17th</td><td>August</td><td>1973</td></span></em></p><p><em><span style="color: Blue"></tr></span></em></p><p><em><span style="color: Blue"></table></span></em></p><p><em><span style="color: Blue"></body></span></em></p><p><em><span style="color: Blue"></html></span></em></p><p><em><span style="color: Blue">';</span></em></p><p><em><span style="color: Blue"></span></em></p><p><em><span style="color: Blue">// To send HTML mail, the Content-type header must be set</span></em></p><p><em><span style="color: Blue">$headers = 'MIME-Version: 1.0' . "\r\n";</span></em></p><p><em><span style="color: Blue">$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";</span></em></p><p><em><span style="color: Blue"></span></em></p><p><em><span style="color: Blue">// Additional headers</span></em></p><p><em><span style="color: Blue">$headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' . "\r\n";</span></em></p><p><em><span style="color: Blue">$headers .= 'From: Birthday Reminder <birthday@example.com>' . "\r\n";</span></em></p><p><em><span style="color: Blue">$headers .= 'Cc: <a href="mailto:birthdayarchive@example.com">birthdayarchive@example.com</a>' . "\r\n";</span></em></p><p><em><span style="color: Blue">$headers .= 'Bcc: <a href="mailto:birthdaycheck@example.com">birthdaycheck@example.com</a>' . "\r\n";</span></em></p><p><em><span style="color: Blue"></span></em></p><p><em><span style="color: Blue">// Mail it</span></em></p><p><em><span style="color: Blue">mail($to, $subject, $message, $headers);</span></em></p><p><em><span style="color: Blue">?></span></em></p><p><em><span style="color: Blue"></span></em></p><p><em><span style="color: Blue"></span></em> mekata ($_POST['First']) . yawana ekage name eka dagganna baha ne. eka karanne kohomada kiyala podi help ekak denna itin</p></blockquote><p></p>
[QUOTE="sudu hawa, post: 12051956, member: 382989"] [I][COLOR=Blue]<?php // multiple recipients $to = 'aidan@example.com' . ', '; // note the comma $to .= 'wez@example.com'; // subject $subject = 'Birthday Reminders for August'; // message $message = ' <html> <head> <title>Birthday Reminders for August</title> </head> <body> <p>Here are the birthdays upcoming in August!</p> <img src="test.jpg"/> <table> <tr> <th>Person</th><th>Day</th><th>Month</th><th>Year</th> </tr> <tr> <td>Joe</td><td>3rd</td><td>August</td><td>1970</td> </tr> <tr> <td>Sally</td><td>17th</td><td>August</td><td>1973</td> </tr> </table> </body> </html> '; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Additional headers $headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' . "\r\n"; $headers .= 'From: Birthday Reminder <birthday@example.com>' . "\r\n"; $headers .= 'Cc: [EMAIL="birthdayarchive@example.com"]birthdayarchive@example.com[/EMAIL]' . "\r\n"; $headers .= 'Bcc: [EMAIL="birthdaycheck@example.com"]birthdaycheck@example.com[/EMAIL]' . "\r\n"; // Mail it mail($to, $subject, $message, $headers); ?> [/COLOR][/I] mekata ($_POST['First']) . yawana ekage name eka dagganna baha ne. eka karanne kohomada kiyala podi help ekak denna itin [/QUOTE]
Insert quotes…
Verification
Payakata winadi keeyak tibeda?
Post reply
Top
Bottom