Currently viewing the tag: "php"

There is slight difference between echo and print. But both are used to print line of code to the browser.

There are two main difference between echo and print:-

echo does not return any value while print returns true or false on successful print. echo is faster than print.

I advice you to use echo [...]

Continue Reading

Email validation form in php

On February 8, 2011 By

To verify email first we make our form and in this form make one input text field where user enters its email id and a submit button which when pressed shows that email is valid or not.

In our php code we use regular expression to check the email whether its valid or not. In [...]

Continue Reading

Today i will teach you how to find IP address, referrer, uri , operating system using php. We will use $_SERVER to get all this information.

$_SERVER['HTTP_REFERER'] is used to get the url of the page that refered the user to the current location.
$_SERVER['REMOTE_ADDR'] is used the get the client IP [...]

Continue Reading

Looking for something?

Use the form below to search the site:


Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Set your Twitter account name in your settings to use the TwitterBar Section.