July 2008

Get Visitor IP Address

by Shabbir on July 28, 2008

in PHP

This tutorial will be explained in PHP. In some of the next tutorials we will explain how to do this in ASP.Net. So, this is so easy to do, watch this <?php $ip=$_SERVER[’REMOTE_ADDR’]; echo $ip; ?> Put this code in some HTML page. When the user opens that page, the command echo will write its [...]

{ 4 comments }

Functions in C++

by Shabbir on July 14, 2008

in C/C++

Functions are pieces of code, that can be executed by calling from another function. You know that a common C++ application, must have one function, that functions is int main(). So there is a statement of a function return_type function_name(parameter1, parameter2,…) { // Statements } return_type, is the type that the function returns as a [...]

{ 0 comments }

    About the Author

  • author photo

    My Name is Shabbir Bhimani and I am developer by profession in the field of applications, web and database. Currently doing full time online marketing and like to share my experiences on how you can make money online @ CodeItWell.com. Read more ...


    See how you can get in touch with me.