How to Create Login Script More Secure in PHP Today we are going to talk about How to Create Secure Login Script in PHP. Login Script is easy to make but how you will make it more secure in PHP. In this tutorial we need a login script which is written in PHP and a […]
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 […]
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 […]
Check My IP – How To Check IP in PHP | Check Your IP Address in PHP
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 […]
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() […]
How to Send Mail/ Email in PHP – PHP Mail Sending Script
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 […]
Free Images – Free Stock Images for Website
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 […]
Submit HTML Form Data Values to Mysql Database in PHP
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 […]
Webcam in PHP – How to Use Webcam in PHP
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 […]
How to Make a Login Page / Script in PHP and MYSQL Using Jquery
Login Script Using PHP and Jquery In this tutorial we have mentioned the how to make a login page in php and mysql using Jquery. It will help you create the login and check the login username and password without refreshing the page. If the login pass than it will redirect you to dashboard otherwise […]