Friday, October 30, 2009

Try this one or "Never say No"

Copy and paste this code where u want..

Make a search engine for your own site

Copy and paste this code where u want..

Make a Stopwatch with the help of Java Script


Copy and paste this code where u want..

Thursday, October 29, 2009

Email validation script in Php

There is simple code to validate email  in php

Php code //

If(trim($_REQUEST("email"])=="")
$Em="Email id cannot be empty";
$errFlag="true";
}
else
{
if(!ereg("^(.+)@(.+)\\.(.+)$",trim($_Post("email"])))
{
$Em="Invalid Email Id";
$errFlag="true";
}
}


Html code //
Email    " size="40" maxlength="40">






Automatic Download script in Php

Some website has functionality  .... when we open the web site automatic some file  downloading will start 
here i m  write simple Php script to start  automatic download when page is  loaded .......

      header ('Content-type:application/doc');
   //   Doc is your document type u can change it 
      header ('Content-Disposition:attachement;filename="xyz.doc") 
  //    xyz..doc is your document  ready to download 
    exit();
?>

Tuesday, October 27, 2009

Simple email button to send E-mail Someone




Copy and paste this code where u want..

Form design Agree Before Entry




Copy and paste this code where u want..

Monday, October 26, 2009

Make a simple Downloaded file counter in Php


Copy and paste this code where u want..

Make a simple web counter with the help of Php script


Copy and paste this code where u want..

Simple Zip extractor script in Php

Copy and paste this code where u want..

Easy File Upload Program in Php


Copy and paste this code where u want..

Sending email with PHP


Copy and paste this code where u want..
JavaScript Free Code

make a Atmosphere calculator


Copy and paste this code where u want..

make a Age calculators


Copy and paste this code where u want..

Make a Advance calculators


Copy and paste this code where u want..

Make a Adjusted Cost Base calculators


Copy and paste this code where u want..

Make a Ad calculators


Copy and paste this code where u want..

Make a five function calculators


Copy and paste this code where u want..

Background effect in webpage -INSTALL CELL BG CHANGER


Copy and past .... this code where .. u .. want..

Background effect in webpage ( Blink the background color )

Copy and past .... this code where .. u .. want..

Background effect in webpage ( Ball drop effect)


Copy and past .... this code where .. u .. want..