Menu
Category

PHP

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

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 Generator Thank You for using…

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

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 will get the whole code…

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…

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…