twitter
    Find out what I'm doing, Follow Me :)
If you have any question, suggestion or article topic for me to write, feel free to contact me through my shout box. ;) Some time I need an idea to write. hehe Hopefully I can help you and share my expertise.

windows 7 installation failed ..keep reboot

I finally manage to install windows 7 after wasting a few hour to configure the "windows can't complete installation cause of keep rebooting" upon installation. My system is AMD64 Athlon with 1.5 GB Memory.

Firstly I try to install windows 7 64bit. My installation process can't complete. It's keep booting after installation in the final stage.Then I try several time... I reset my bios... delete partition and still no luck. Then I try windows 7 32bit, just to test whether it's 64bit problem.. The result is still same.. keep booting after installation at the final stage.

Then I try check step by step.. here is my solution
1. Press F8 to pull up advanced boot menu
2. Select Enable low-resolution video (640×480)
3. proceed the installation process...

you need to do this untill you windows 7 installation is complete and you can login into your windows.

after login, you need to update your VGA drive for the higher resolution.

This error is cause by windows 7 use high resolution as a default.

What does @ symbol mean in PHP code?

Adding the "@" symbol in front of any function call will suppress any PHP-generated error messages from that function call. That means that if that function generates a non-fatal error (warning) it will not display the warning message in your HTML, rather just return false and let the program cope with it.

an example

$contents = @file_get_contents($file_source);


more info http://www.php.net/manual/en/language.operators.errorcontrol.php