18 Apr, 2024

Add Edit Update Delete Using Php and Mysql

Hi Guys, Every web programming language have database operations. A very basic database operations are add,edit ,update and delete database records. In this tutorial I have to teach how to add ,edit,delete,update a record using php and mysql. Live Demo Download I have to add basic student details in database.I create and use four files to […]

1 min read

Simple Captcha code in Php and Javascript

In websites ,captcha is used to find if  you  are human being or machine. In most cases captcha using  in forms like (contact form,Registration form etc…).In this tutorial  I have create a very simple captcha  code in  PHP and javascript. Live Demo Download First I create a new file called contact.php .this file contains html contact […]

1 min read