Entries for PHP Coding Contest

Submitted by admin on
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

Submitted by admin on

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

Submitted by tyronsoft on
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

5 Steps to a Simple Scheduler in ASP.NET MVC

Submitted by Viktoria Langer on
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

CodeIgniter Tutorial

Submitted by admin on

What is CodeIgniter?

CodeIgniter is a PHP Framework and is lightweight compared to other framework. Its purpose is to help you code faster and teach you how to apply MVC (Model–View–Controller) architecture to separate code from design.

What are the advantages of CodeIgniter?

I can’t tell you all the advantages of using CodeIgniter but the following are most common features of using a framework.

Parehasan (Same Game)

Submitted by Oelasor on
Parehasan ( Same Game) is a tile game based on the original "Chain Shot!" game concept developed by Kuniaki Moribe of Japan in 1985. Game scoring of this version is based on the formula n(n - 2) of the 2001 version released by Jeff Reno. The program features the use of a dynamic link library (Parehasan.DLL) specifically built for the game. The said DLL should be referenced in the project in order

Online Reservation Widget Using jQuery Datepicker

Submitted by admin on
This code is part of the Online Hotel Reservation I created for L’Fisher Hotel. I used jQuery to select a date using Datepicker. The feature of this code is to automatically change the checkout date based on checkin date. It adds 1 day from checkin date. For example if the checkin date is November 8, 2012 then the checkout then would be November 9, 2012. Additionally, the checkout date cannot be

PHP Page Navigation

Submitted by admin on
I created this script from PHP Pagination Class. It took me half an hour to create this little script. This script is very useful if you want page navigation in your record. Usage: Just include the class file. include('ps_pagination.php'); then create a new object. $pager = new PS_Pagination($conn, $sql, 8, 10); Complete source code: Page Navigation in PHP Country ID Country Create a database