Menu

Check My IP – How To Check IP in PHP | Check Your IP Address in PHP

PHP By Aug 21, 2012 No Comments

Today we will discuss How to Check IP address in PHP. we use a single line code for getting the IP Address and than another single line to show it. It just a 10 second script. In this we will use $_SERVER[“REMOTE_ADDR”]. – We will put $_SERVER[“REMOTE_ADDR”] into a variable and than we will echo that variable. It will show us the IP…

How To Check Host IP Address in PHP

How to check the Host IP address of a website or how to get Host IP of a Website. In this article i am going to tell you the function which we use for taking out the Host IP address or Host IP details. There are two methods which we will discuss here. 1. gethostbyname() 2. gethostbyaddr() First we will…

How to Send Mail/ Email in PHP – PHP Mail Sending Script

PHP By Aug 19, 2012 5 Comments

Sending an enquiry form to your mailbox is very common now these days and you can see how much important it is. From a point of view of a business its a best and fast communication of getting the details of the customer as well as their need. In this post we will discuss about How to Send Mail in PHP, Submit…

Free Images – Free Stock Images for Website

PHP By Aug 19, 2012 No Comments

Hello to all the web designers, Developers, Programmers today i am posting a post for Free Images………….. yes i am talking about Free Stock Images for Website. Here you will find the list of some of the free image providers you can use them in your project/application. Pikwizard Over 100,000 completely free images on the site, over 20,000 of those…

Indian Rupee Photoshop Brush | Indian Rupees Font Download

Hello here you will find the Indian Rupee Symbol/Brush/Pattern for Photoshop and Rupee Font. Photoshop Brush for Indian Rupee Symbol Pattern for Indian Rupee Symbol Indian Rupee Symbol Custom Shape Indian Rupees Font Download From the below download link you can download the Free Rupee Font. How to install Indian Rupee Photoshop Brush You can add those Symbol Indian Rupee…

Submit HTML Form Data Values to Mysql Database in PHP

PHP By Aug 17, 2012 1 Comment

Submit HTML Form Data / Values to Database in PHP | Submit HTML/PHP Form data/values in Database  In this tutorial we will discuss about Submitting the HTML Form or PHP Form in the Database first we will submit it without the use of Jquery which will refresh the page  after that we will implement the Jquery for submitting the value without refreshing…

How to Jquery Blink Text | Blink Text using Jquery | Text Blinking

Jquery By Aug 17, 2012 No Comments

Blink your Text with Jquery. This easy to use plugin for Jquery Blink Text is used in blinking the text over the website and it will support the IE, Chrome and other major browser. In this example i am using a span which we will blink <span class=”blink”>This text will blink</span> Now we will add our Jquery code to run…

Webcam in PHP – How to Use Webcam in PHP

Jquery, PHP By Aug 17, 2012 312 Comments

Webcam in PHP, How to show webcam in PHP, take image from Webcam in PHP read this article you will get all the details regarding these questions. Hello friends i am Vivek Moyal today i am uploading the tutorial for showing the Webcam in PHP page and save that image in database. It will be a nice tutorial for you…

Send Form Value in Database Through Jquery in PHP

PHP By Feb 08, 2012 No Comments

Send Value in database through Jquery in PHP In this tutorial you will see how we can send the form value in php through Jquery. Its an easy task and dont take your much time. You will need three things for this 1. HTML 2 PHP 3 Jquery. First create the html file <html> <head> <title>Jquery Test</title> <meta http-equiv=”Content-Type” content=”text/html;…