php

Like and Unlike Script

Submitted by killerzone on
Like and Unlike sourcecode. System Requirements: -Xampp 1.7.3 or below -Chrome,Firefox,Opera How to Install? -Download the following files -Extract the zip files to htdocs(this is the path: C:\\xampp\htdocs) Create Database -Go to your browser ans type localhost/phpmyadmin -Create database name upload -Click Tab Import and Browse the sql file You can download more php Codes @ appscoder.blogspot

Simple ADD/VIEW Data entry using php

Submitted by killerzone on
Features: - Add entry -Field trapping -View data System Requirements: -Xampp 1.7.3 or below -Chrome,Firefox,Opera How to Install? -Download the following files -Extract the zip files to htdocs(this is the path: C:\\xampp\htdocs) Create Database -Go to your browser ans type localhost/phpmyadmin -Click Tab Import and Browse the SQL file After creating database the system is ready to run just type

Library Book Borrowing and Returning System

Submitted by killerzone on
Library Book borrowing and returning system Requirements: -xampp 1.7.3 -browser google chrome and firefox etc.. Installation: -extract zip files to htdocs -go to phpmyadmin import directly the SQL file For more info: Email me: [email protected] add me on fb: http://www.facebook.com/jadelanga email me:[email protected]

PHP 5.5.0 Released Changes Announced

Submitted by navajocodetalker on
One of the world's most popular programming language, PHP, announced through Github, the availability of their latest version the PHP 5.5.0. The new version is now ready for you to download and install and the source code is also ready for you to read. There are a lot of new features in the latest release. The PHP 5.5.0 has acquired some "modern" features. You can now make use of generators to

Sourcecodester.com Moved To a New Dedicated Server, Again

Submitted by admin on
Last August 6, 2011, we announced that we have migrated to a dedicated server at Hostgator. As you may know, we started by just having a shared hosting at Hostgator, then move to a dedicated server to serve you better. This is our history in building a great site: Hostgator Shared Hosting = Baby Plan ($95.64/year) Hostgator VPS Hosting = Level 6 ($129.95/month) Hostgator Dedicated Servers = Basic

Cool Projects & Movements to Propel PHP to the Next Level

Submitted by navajocodetalker on
The PHP (Hypertext Preprocessor) is one of the world's most widely used programming language. Although PHP developers and users admitted that the language isn't perfect but there are various reasons why it beneficial to learn the language in the next few years. There are movements and cool projects develop and used by some PHP enthusiast that will help propel PHP to higher level. PHP started out

Online Ordering System Using PHP

Submitted by Franziholic on
This Online Ordering System of Burger Shop shows the very basic online ordering system a sample online site that customers can order multiple and different burgers by selecting the "buy button" this also includes the official receipt of customer by clicking the "download receipt"(MS WORD FILE). The customer also can leave private message to the website for their concerns and can also leave

PHP While Loop

Submitted by admin on
A While Loop can do a repetitive task that an if…then statements can’t. Just like if…then statement, it checks whether the condition is true or false. There are two different usage of While loop.