Sending HTML mail using PHP
Sending HTML mail using PHP

<?php // multiple recipients $emailto  = 'emailto@example.com'; // note: For Multi emailto user comm // subject $subject = '...

Read more »

A Basic PHP Program
A Basic PHP Program

PHP is a server side language, which means it execute on the server machine and send output to the client machine. so Server is like a...

Read more »

Gallery Hover Effect via only CSS
Gallery Hover Effect via only CSS

DEMO: For Making this Effect: We have to Defined only four class on CSS as following: .container  { float:left; margin: 10px; ...

Read more »

Text Slider
Text Slider

Running Example: PHP is a server side language. JQUERY is a client side language. CSS is used for styling attribute to be called at once...

Read more »
 
Top