php

JKEV: Coding Contest Winner Sponsored by NuSphere

Submitted by navajocodetalker on
We, at sourcecodester.com would like to congratulate and announce the winner of the recently held PHP Coding Contest sponsored by NuSphere. The source code and program submitted by JKEV or John Kevin Lorayna was chosen as the winner based upon our contest criteria. JKEV's Voting System on PHP, was adjudged as the winner of the contest. JKEV will bring home the much coveted price, the NuSphere

Online Student Grade Viewer Using PHP and MySQL

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

Read More Script in PHP

Submitted by admin on
This is a simple script that allows you to create a teaser/excerpt in your home page. The function contains two arguments. To use it, you need to pass a parameter into the function. Parameters: content = required word_limit = optional Function: function excerpts($content, $word_limit = 30) { $words = explode(" ",$content); return implode(" ",array_splice($words,0,$word_limit)); }

Loop between Two Dates in PHP

Submitted by admin on

There are times that you want to loop between two dates in PHP. If you have, for example, formatted the date like m/d/Y, you cannot simply use it in while loop statement.

Before you can loop between two dates in PHP, you need to convert it first to Unix timestamp using the strtotime function.

Here’s an example of how to do it:

PHP Pagination

Submitted by EmbuscadoGeoff on
Viewing of datas on a web pages is very important, but not all datas should be viewed by the client. There is always a restrictions or limits when it come to viewing of datas from a web-enabled database. Hi my name is Geoffrey Embuscado, Im new to sourcecodester and I made a PHP application just to share my knowledge I obtained at the Jose Rizal University also my current school. Im a third year

CodeIgniter: Don't Reinvent the Wheel Use the Most Powerful PHP Framework

Submitted by navajocodetalker on
PHP programmers were always on the look out for the most powerful framework at their disposal, and CodeIgniter is one of the few PHP framework that meet the much-needed tools for programmers who are willing and eager to discover something that will enhance their programming skills. The CodeIgniter, a framework developed by EllisLab is one of the most powerful PHP framework built for PHP coders who