Currency Exchange System Using PHP/MySQL
Hi everyone, this code is created in order to help other in creating there own currency exchange system using php. The feature of this code is, it has two user the counter and the admin, it has user restriction. The admin has a capacity to change currency rate, register user view, edit delete bank account. The admin also has a capacity to give permission to the counter to change the rate of
Online Student Grade Viewer Using PHP and MySQL
This is an online student grade viewer that uses PHP server-side scripting lingo for the front-end interface and MySQL for the database back-end. The web-based application features a built-in database installer that will allow the administrator to install the database objects such as tables, views, stored procedures/functions, cursors, among others. Just make sure the MySQL RDBMS Community Version
Simple Registration Form with random password sent to email
This is a Simple Registration Form with random password sent to email.. Register and it will generate a random password and will be sent to the email address of the one who registered, there's no need for mail server because it uses gmail smtp. Just configure the settings in the verify.php file. -No mail server required. Uses Simple Mail Transfer Protocol to send emails by using the desired email
Entries for PHP Coding Contest
We have identified the following PHP script as an entry to our PHP Coding Contest sponsored by NuSphere. If you think that one of your posts is qualified for this contest, kindly add your comment below and we will be happy to review it and add it here for voting by tomorrow. Voting System on PHP Social Networking Code Sending and receiving SMS in PHP using Pure AT commands in my jSMSPlugin.dll v1
Page Navigation using CodeIgniter Pagination
In our previous tutorial called “Getting Started with CodeIgniter” I discuss on how to install and configure CodeIgniter. This time I will teach you on how to create a simple “Page Navigation”. This is just a comparison of my previous code found at PHP Page Navigation. You’ll learn the difference between the standard PHP and using a CodeIgniter framework.
Now let us configure the CodeIgniter.
Student Council Election System
Features: Admin: 1. CRUD (Create, Update, Delete) Candidates Info and Party lists. 2. Generate Voting Codes 3. Canvassing (partial results) - real time 4. Print voting codes 5. Print winners of election student: 1. can vote only for complete sourcecode and documentation visit our website: http://webgeekresources.com http://inettutor.com contact info: 09102294835
JQuery Image Rotation
This jQuery script allows images of different angles of an object to rotate depends in the order of images defined in the html file.
5 Steps to a Simple Scheduler in ASP.NET MVC
By following this step-by-step tutorial you'll get a simple scheduler/ event calendar for ASP.NET MVC3/MVC4 Razor.
The tutorial includes code snippets, screenshots and, of course, installation instructions via NuGet. That saves up your time greatly!
The calendar offers a user-friendly interface, improved drag-and-drop capabilities and multiple useful features.
For more information visit http://blog.scheduler-net.com/post/2012/10/29/5-Steps-to-a-Simple-Scheduler-in-ASPNET-MVC3MVC4.aspx
Getting Started With CodeIgniter
Now that you’ve learned what CodeIgniter is, our next step is on how to install CodeIgniter framework on your local computer running Apache, PHP, and MySQL. You may install Wampserver to run these three applications.