Office Address

41/D, West Brahmondi, Narsingdi

Phone Number

+880-1975374887

Email Address

[email protected]

  • September 10, 2012
  • PHP

8 useful PHP code snippets for developers

Today, i want to share you some useful PHP code snippets which may reduce your development time. 1.Send HTML Mail [php] <?php $to = "[email protected]"; $subject = "This is my test html email send using php mail function"; $body = "Body of your message here you can use HTML too. <br /> <h1> Header </h1> […]

Read More