Last Time I write one article send mail using php now I am writing here how to send a mail with attached file. Here is the code for post attached file using php through email.
Last time I write a article about the hit counter. In the previous topic I have used a text file for count the visitor and now here I am going to write same work with mysql database which show the details of the visitors:
Create a table called visitors first.
Code for the table:
CREATE TABLE `visitors` (
[...]
php, hitcounter, create hit counter,
There are three ways to apply CSS to HTML.
In-line
In-line styles are plonked straight into the HTML tags using the style attribute.
This will make that specific paragraph red.
But, if you remember, the best-practice approach is that the HTML should be a stand-alone, presentation free document, and so in-line styles should be avoided wherever possible.
Internal
Embedded, or internal [...]