Kareena Kapoor and Priyanka Chopra
have both been busy promoting their respective films for the past
month. And at every event they invariably fell prey to questions about
each other. Their rivalry is by now something that every gali ka baccha knows about. And the media is always waiting to know what their relationship status is!
But...
The Barfi! babe is probably having the best year of her career so far, and her fans seem to be loving it!
Monday, September 24, 2012

Bollywoodlife.com conducted an online poll asking our readers who they thought was Bollywood’s biggest heroine right now, and we got an overwhelming response. Must say that the competition was tough – between Kareena Kapoor, Katrina Kaif and Priyanka Chopra. But PeeCee quite comfortably beat her contemporaries to come out as the winner of the...
Labels:
Bollywood Gossip
How to create an email form with PHP
Friday, September 14, 2012
PHP was designed for making interactive web pages and mixing
functionality with HTML. Form handling in PHP is quite a simple process.
Here is a step-by-step guide for creating a simple feedback form. A
visitor to your website fills this out and the information is emailed to
you.
Create the web form
First we need to create a simple HTML form, to start with we'll keep
the form simple by just asking for the users email address and comments.
Here is our HTML form:
<html>
<head>
<title>Simple Feedback Form</title>
<style>label{display:block;}</style>
</head>
<body>
<form...
Creating simple PHP contact form
Friday, September 14, 2012
Overview
if you want to test on you own computer you must set your
computer as a mail server by using Argosoft mail server other softwares
that have the same features as Argosoft. Read this tutorial for how to set up.
In this tutorial, create 2 files
1. contact.php
2. send_contact.php
Steps
...
Making a login form using PHP
Friday, September 14, 2012
This is in continuation of the tutorial on making a membership based web site. Please see the previous page PHP registration form for more details.
Download the code
You can download the whole source code for the registration/login system from the link below:RegistrationForm.zip The ReadMe.txt file in the download contains detailed instructions.
The...
ICC World T20 2012 Match Schedule and Groups
Friday, September 14, 2012
ICC WORLD TWENTY20 2012 GROUPS:
Group A
Group B
Group C
Group C
England
Australia
Srilanka
Pakistan
India
West Indies
South Africa
New Zealand
Afghanistan
Ireland
Zimbabwe
Bangladesh
MATCH SCHEDULE:
Day
Date
Teams
Venue (Srilanka)
1
18th Sept
Srilanka vs Zimbabwe
Hambontota
2
19th Sept
Australia vs IrelandIndia vs Afghanistan
Colombo
3
20th Sept
South Africa vs Zimbabwe
Hambontota
4
21st Sept
New Zealand vs BangladeshEngland vs Afghanistan
ColomboPallekele
5
22nd Sept
Srilanka vs South AfricaAustralia...
Labels:
ICC WORLD TWENTY20 2012
Kamaal Dhamaal Malamaal (2012) Hindi Movie
Thursday, September 13, 2012

Complete Cast and Crew of Kamaal Dhamaal Malamaal (2012) Hindi Movie.
Release Date
September 28, 2012
Genre
Comedy
Shooting Locations
Wahi
Banner / Distributor
Percept Picture Company
Music Label
T-Series
Genre
This is a sequel to the 2006 film 'Malamaal Weekly'
Kamaal Dhamaal Malamaal Cast
Nana Patekar
Shreyas...
Labels:
New Bollywood Upcoming
PHP Tutorial : Final Notes
Wednesday, September 12, 2012
Introduction
In the past 6 parts of this tutorial I have shown you the basics of
writing PHP. In this final part I will show you a few small things which
don't really warrant a section of their own.
Comments
As with any programming language, it is quite important to comment in
your script. If you are working on a script with someone else you must
let them know what you code does and if you are distributing your script
you will need to show people how to edit it. Even if you are the only
one who will use your script it is useful...
PHP Tutorial : PHP With Forms
Wednesday, September 12, 2012
Introduction
In the last part, I showed you how to use PHP to send e-mail messages
using a script. In this part I will continue this and also show you how
to use PHP and forms together to make your PHP scripts useful.
Setting Up Your Form
Setting up a form for use with a PHP script is exactly the same as
normal in HTML. As this is a PHP tutorial I will not go into depth in
how to write your form but I will show you three of the main pieces of
code you must know:
<input type="text" name="thebox" value="Your Name">
Will...