Posts

What Is My IP?

Show your user's their IP address: Retrieving the user's IP address is actually much simpler than you might think, and can be done in a single line. Getenv("REMOTE_ADDR") will return the IP address of the person visiting your site. Generally this is accurate, however if the user is running through a proxie server, then it will return the address of the proxie. In this example, we retrieve the user's IP and then simply echo it's value back to the user.   <?php    //Gets the IP address $ip = getenv("REMOTE_ADDR") ; Echo "Your IP is " . $ip;    ?>

Windows 7 key

342dg-6yjr8-x92gv-v7dcv-p4k27

Windows XP Keys

WIN XP : FCKGW-RHQQ2-YXRKT-8TG6W-2B7Q8 SP1 : MYHVT-WQ4GM-QRPVF-V86FC-P3R8Y SP2 : MBG8X-MMZK7-VWM8D-KFG96-9C4MY    OR   YQ7XW-QPT6C-233QF-RRXV7-VF7TY   OR  DYMRC-TM3K2-KXHR7-FP8DV-MC6X3 SP3 : QDWAX-3XQ7W-F68F4-HYQ36-DXR7W

How to set the focus to a child window without refreshing it?

Image
Now when click on a link, it opens a popup window, which contain a data entry form, I entered some information into that form. Then I need to review other information, from other popup window, so I go back to the main window, click on another link, a new popup window get open which contain the information I need to review. I get the information and close this popup window, so now I am on the main window, then again I click on the link for that data entry form, so the popup window comes up but I lost the information that I have entered, that's because I am relodiing the popup window once again. Let us see how it works, When attempt to open the window again with the same name in the second parameter of the windows open method, you will to get the windows handle. If the window is already open, it will return the handle of the opened window or it will open a new window and return it's handle The first parameter (the url) is passed as an empty strin

What is QR code ??

Image
This is the basic of QR CODES