php

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

Student Information System (with account encryption and sessions)

Submitted by blocker25 on
This is a sample STUDENT INFORMATION SYSTEM, with administrator as backend user who can perform all task pertaining the system. Frontend users are restricted with limitations. The system comprises the latest HTML5 AND CSS3 for frontend and PHP MySQL as backend. It also uses MD5 password encryption and user encryption for security. ===Administrator Account== Username: admin Password: password =====

International PHP Conference 2012 in Germany Announced

Submitted by navajocodetalker on
The highly-anticipated gathering of the brightest minds in the world particularly PHP enthusiasts will happen this coming October 14-17, 2012 in Mainz, Germany. The Internationl PHP Conference 2012 in Germany is a globally recognized event for PHP developers, web enthusiasts, IT managers and people who were involved in technologies. The conference aimed to explore the different key topics and core

The PHP ZendCon 2012 Slated for October 22-25-2012 Details Released

Submitted by navajocodetalker on
The world's largest gathering of PHP Developers will be on October 22-25, 2012 to be held at Sta. Clara, California, USA. The conference promised to be the best ZendCon ever. The conference offers you the chance to learn from a variety of technical sessions and in-depth tutorials. Some of the world's most well-known industry experts and PHP luminaries will be discussing the best practices and