Registration Validation by Email

Submitted by bethwel on
The following is a simple application i created with php and mysql it utilize email validations and also data encryption. It has simple registration and login page. how to use: 1.extract sample.zip 2.copy the extracted to www/ htdocs folder of your server. 3.import users.sql. 4.load localhost and signup. 4.signup to create new user.

Motor Dealer Catalog App

Submitted by shering on
Motor Dealer Catalog app. User interface (Front-end): HTML, CSS & JavaScript. Logical part / Database (Back-end): PHP & MySQL. Features:  Data consistency Easy to interact Easy to upload data and delete Easy to enter new data Easy record keeping Backup data can be easily generated Software: Xampp or Easy PHP Installation steps (configuration) 1. Unzip file on your local system 2. Put this file

Complete Inventory Management Software

Submitted by Jatin_Zalavadiya on
Master Entries : Company Info Company's Contacts Category Sub Category SMS Setting SQL Server Setting Customers Management Suppliers Management Products Management Expense Vouchers Management Services Management Billing (Products + Services) Invoice Management Quotations Management SMS Sending using HTTP api Users Registration Change Password Records Customers Suppliers Products Stock Quotations

Simple Music Sharing Code in PHP

Submitted by opensource on
music.initedit is made using php, mysql, ffmpeg and imagick. Update 2.0: New smooth UI. bugs removed. Feature: profile upload , Share music. play list loop Live code : http://music.initedit.com Note: you need to install ffmpeg before you install music.initedit how to install ffmpeg windows and linux: http://www.wikihow.com/Install-FFmpeg-on-Windows http://www.mysql-apache-php.com/ffmpeg-install

Sub-Graph generation of a Random graph

Submitted by Arup Kr Goswami on
This is a simple source code written in C, Dev-C++ software, platform- Windows 7. It generates a Random Simple symmetric graph at first & then generates an arbitrary subgraph from that particular graph. The sub-graph may contain only one vertex of the graph as well as may contain a vertex set & edge set of that graph. Thanks.