March 31, 2008 - Posted by admin- 0 Comments
IPv6 or Internet Protocol Version 6 is the next generation protocol for the Internet. It’s designed to provide several advantages over current Internet Protocol Version 4 (or IPv4).
Both IPv6 and IPv4 define network layer protocol i.e., how data is sent from one computer to another computer over packet-switched networks such as the Internet. [...]
March 24, 2008 - Posted by admin- 0 Comments
http://www.sponsoredreviews.com
http://tinyurl.com/2bhx8j
http://www.ciao.co.uk/reg.php
http://daytipper.com/Default.aspx
http://www.blogsvertise.com
http://www.buyblogreviews.com/
http://www.reviewme.com/
http://www.blogitive.com/
http://www.smorty.com/
http://www.bloggerwave.com/
http://www.blogtoprofit.com/
http://bloggingads.com/
http://www.linkworth.com/products/partner-linkpost.php
http://www.payu2blog.com/
http://www.inblogads.com/
http://digitaljournal.com/
http://loudlaunch.com/
http://www.b5media.com/
http://www.wisebread.com/make-money-writing-for-wise-bread#get_paid_blogging
http://451press.com/write/
http://www.paymetoblogaboutyou.com/
http://www.helium.com/
http://www.dewittsmedia.com/pages/contextual-links/contextual-publisher-category.php
http://creamaid.com/
http://www.creative-weblogging.com/50226711/get_paid_to_blog.php
http://www.linkylovearmy.com/
http://contextual.v7n.com/join.php
http://bloggertizer.com/
http://www.buyablogger.com/
http://www.shvoong.com/
http://www.gather.com/whatisgather.jsp
http://www.associatedcontent.com/
http://www.sharedreviews.com/
March 16, 2008 - Posted by admin- 0 Comments
<?php
$rest = substr(”ramanean”, -1); // returns “n”
$rest = substr(”ramanean”, -2); // returns “an”
$rest = substr(”ramanean”, -3, 1); // returns “n”
?>
Another example of Sub string
<?php
$rest = substr(”ramanean”, 0, -1); // returns “ramanea”
$rest = substr(”ramanean”, 2, -1); // returns “manea”
?>
Substrings are very useful and can be used to strip out certain characters from a word.For example:http:// from [...]
March 13, 2008 - Posted by admin- 0 Comments
Usually a website will be visited by a lot of people across the globe.To know whether your site is popular or not ,you need to know how many people visited your site and how they came to know about your site.A website may get visitors from Search Engines,links ,Social bookmarking sites and So on.
To know [...]
March 13, 2008 - Posted by admin- 0 Comments
Nowdays instead of going for analytics you can go for your own system to find the ip address of the visitors.Here is a simple code that will get you the ip address of the visitor to your site.
<?php
$ip=$_SERVER['REMOTE_ADDR'];
echo $ip;
?>
Also you can use database from geobytes.com and other sites to know about visitor’s country using the [...]
March 9, 2008 - Posted by admin- 0 Comments
URL Error (23000148): An error has occured while trying to browse through the proxy.
Failed to connect to the specified host. Possible problems are that the server was not found, the connection timed out, or the connection refused by the host. Try connecting again and check if the address is correct.
If this error occurs in your [...]