The site design looks good.... I just liked the top red bar and white background..... The ratings are also good for anybody so that the viewers can choose which movie to go during the weekend.
You can learn a bit of php from w3schools for creating the form and then getting the data in the server side using a php script..
then you can use the below simple php script to send that data to the desired mail address.
<?php
$to = "recipient@example.com";
$subject = "Hi!";
$body =...
I think some japanese company have designed a car which runs on water.. I dont know how this would be usefull.... Lets wait till its released in market.
These days there are so many smart cars being desgined...
Your php configuration is basic... You have to request for the intermediate version for enabling the GD library... Request for the intermediate version from your account panel.
There is some thing coming up called as E-passport with embedded chip in it. It is said thats, its difficult to make a fake of it. it going to be soon given to the public who is going to apply for the passport by sept or december this year in india.
No, it doesnot refresh/reassign new ip address. for that you have to use.
ipconfig/release-->for releasing the current ip address
ipconfig/renew -->for getting new ip address from the DHCP
Its a good tutorial. Many of the people would want to offer its user some reports in excel format and they could use this tutorial to generate one on the fly. Good job.