PHP

How to Print your Data in Table

Submitted by azalea zenith on
This simple tutorial helps you on how to Print your Data in Table. This simple function one of the most needed in one system. If you are looking for this kind of tutorial or function then you are at the right place. Most of the systems have a print function for their report or inventory to print all the report.

Simple FrameWork php, GoMvc for beginers

Submitted by klevis on
1: Edit the file onside folder Core config.php Database.php Globals.php and the .htaccess . 2: Inside folder src are the Controller Model and View 3: You can access on site like this: localhost/Admin and loclahost/Admin/text and etc ect... 4: Go Mvc, it is multilingual see the file Lang.php on folder Core. And it is a multi template see the Template folder you can edit around this code for

Inbox conversations with jQuery Mysql Php Ajax (Simple Code)

Submitted by klevis on
1: Edit the file config.php host user pass dbname 2: install tables with script : on link (dir)/index.php?init=install example (dir): localhost, localhost/inbox/index.php?init=install or you can insert manualy see the file "db.sql" on side folder "schema" 3: access on site localhost/index.php?init=login and login the default credencial on db.sql email : [email protected] pass :zxczxc And enjoy; For

Registration using MD5 in PHP

Submitted by alpha_luna on
This source code will teach you on how to create simple Registration using MD5 in PHP. The feature of this simple tutorial is to save the data to the database then the password is encrypted using the MD5 function. To have this source code, kindly download the source code below to learn the MD5 function in PHP Programming. If you have a question in this tutorial, leave a comment below. Thank you. Registration Form This simple markup contains all form field to save the data to the database.

Login using MD5 in PHP

Submitted by alpha_luna on
We are going to create Login using MD5 in PHP. This source code will help you on how to create a simple login form with MD5 Encryption. It has input validation does not allow the user to enter in the home page if the form field was empty and password is being encrypted using the MD5. We have sample source code for the form field below. Take a look and kindly study the code.

Youtube Video Upload

Submitted by Ndicho Albert on
Learn how to create youtube upload video without refreshing the page tutorials.This tutorial is to teach you on how you can upload video without refreshing the whole page and showing the loading icon during the uploading processes and previewing the video that has been uploaded. Kindly wait for the next tutorial. Thank you.

Importing CSV File to MySQL using PHP with Bootstrap Templates

Submitted by alpha_luna on
If you are looking for Importing CSV File to MySQL using PHP with Bootstrap Templates then you are at the right place. We all know that CSV file format used to import or to export the table data. Every line from the CSV file format indicates one field for the data table in the database.