Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (9)
Dormitory management software in PHP
3.3
Application background Hostel management System Project will able to keep student records, attendance information for each student with their room numbers. Key Technology INSTALLATION Unzip all files/folders. Edit connect.php and enter your database information. Copy all files/folders to your web space. Run create.php to create a database called "phptask" and create all the database tables. Rename or delete the file create.php upon successful setup. Admin user name is "User123", with the password of "a".
mohamyz
2016-08-23
0
1
In PHP project management software
no vote
Application background PHP Project Management is a free open-source application released under the GPL REQUIREMENTS PHP 4+ MySQL 4+ Apache or IIS Key Technology INSTALLATION Unzip all files/folders. Edit connect.php and enter your database information. Copy all files/folders to your web space. Run create.php to create a database called "phptask" and create all the database tables. Rename or delete the file create.php upon successful setup. Admin user name is "User123", with the password of "a".
mohamyz
2016-08-23
1
1
SMS application in aspx
no vote
Application background This ASP . NET application is able to send messages by using HTTP requests towards the SMS gateway that sends the SMSs to the destination telephone Key Technology Basically you require a SMS Gateway through which you have to send your message, which would be a paid service to which you have to subscribe. My suggestion would be to create a common interface for mail, text messages etc which would contain methods like "SendMessage","ConstructMessage" etc and  implement those. Usually your application would require to consume a webservice provided by the gateway service, but I believe there are some other methods in practice as well. The following links might be of help to you -
mohamyz
2016-08-23
0
1
Access management system 1
no vote
Application background Apache  2.2.11 PHP     5.3.0 MySql   5.1.36 Internet Explorer 6.0.2900 or Higher __________________________________________________________________________________                     Installation ---------------------------------------------------------------------------------- 1) Unzip the archeive "GPMS_1.0.2.0" and upload to the server. 2) Make a new Database in MySQL. 3) Give the write Permission to status.php 4) Type the address in explorer bar         -->(http://yourdomain.com/gpms/). 5) Follow the Installation Wizard. 6) After Successful Installation Delete install.php from server. Key Technology              &n
mohamyz
2016-08-23
0
1
Online test project with timer V1.0
no vote
Application background This is a sample code to handle online exam with timer. You can specify the time in javascript file on the top of the file. Where i declare global variables for timer. set the time there. Key Technology DATABASE : 1. Create one blank database named as TestExam or if you want different then you can but when execute the query you have to set the name of the database. 2. Execute the query which is enclosed with this project. 3. Add minimum 10 questions and answers on to that table. 4. You must specify the option number in the correct field. For Example :  if you answer is Option1 then set as 1.
mohamyz
2016-08-23
1
1
Calculate total wages
no vote
Application background C++ program compute hourly pay taking overtime into account. #include .... Creating C++ Program To Determine The Gross Pay For Several employees in a company. The program can be used in small organizations or companies with few employees. It requires you to enter overtime pay and basic salary for the employee Key Technology C++ is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language. C++ is a general purpose object oriented programming language. It is considered to be an intermediate level language, as it encapsulates both high and low level language features. Initially, t
mohamyz
2016-08-23
0
1
C++ prepared using a simple calculator
no vote
Application background program registration name and employee account. #Including Create the + + program to register the identity and name of several company employees. The program can be used in small organizations or companies with few employees. It requires you to enter your ID card and name for the employee key technology
mohamyz
2016-08-23
0
1
Library management system, PHP
4.0
Application background Library Management System software is for monitoring and controlling transactions in a library. Library Management System is developed in php Mysql which mainly focuses on basic operations in a library like adding new member, new books and updating new information, searching books and members and facility to borrow and return books Key Technology The purpose of the LIBRARY MANAGEMENT SYSTEM is mainly to provide automation to the library. The categories of users provided are : LIBRARIAN: He can read or write the information about any member and can update, delete or create a membership plan. MEMBER:He can get a book issued. The Scope of the application is wide and can be used with any education institute and also can be used in offices with the necessary modifications done. With this application, the manual application is converted into automated online application. For e
mohamyz
2016-08-23
2
1
Payroll System
no vote
In a company, payroll is the sum of all financial records of salaries for an employee, .... as well as the costs of systems and software needed to process a payroll
mohamyz
2016-08-23
0
1
No more~