Posts Tagged ‘com’

Web Design Tutorial: Php Mail Code

No Comments »

Bookmark this category
How to send html mail using php. In custom forms etc.

<?php
$to = “somebody@example.com, <a
href=”mailto:somebodyelse@example.com”>somebodyelse@example.com”;
$subject = “HTML email”;

$message = ”

This email contains HTML Tags!

Firstname

Lastname… Continue reading

Diference between A and CNAME

No Comments »

Bookmark this category
*CNAME Record*

CNAME records are domain name aliases.

Often computers on the Internet have multiple functions such as web-server, ftp-server, chat-server etc.

To mask this, CNAME-records can be used to give a single computer multiple names (aliases). For example computer “www.mycomputer.com” may be both a web-server and an… Continue reading