Category Archives: PHP

SHA-1 Hash Generator, Online SHA-1 Hash Generator

By | December 22, 2012

Online SHA-1 Hash Generator Here is the SHA-1 Hash Generator in which you can check the SHA-1 hash for your text. Write in below textarea than it will popout the result below the text area. Please dont search for the button it will work over your key event…… Need Md5 check here for Md5 Hash… Read More »

Send Email with Attachment in PHP, Send Attachment in Email in PHP

By | December 19, 2012

Send Email Attachment in PHP Hello friends today i am going to provide a tutorial regarding how to send email attachment in PHP. For a normal mail sending you can visit my previous article in which you will learn how to send mail in php how to send email in php In this tutorial you… Read More »

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

By | August 21, 2012

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… Read More »

How To Check Host IP Address in PHP

By | August 21, 2012

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()… Read More »

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

By | August 19, 2012

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… Read More »

Free Images – Free Stock Images for Website

By | August 19, 2012

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… Read More »

Submit HTML Form Data Values to Mysql Database in PHP

By | August 17, 2012

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… Read More »