php

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.

Email Validation in PHP

Submitted by jkev on
Hi Guys, This code is an email validator. It will validate the email address that you input. If the email address is not valid, like it don’t have an @ symbol, then the script will display a message that the email is invalid. This script is useful if you have a user registration page. Sample code: Email Submit

Captcha Script

Submitted by jkev on
Hi guys, I have here a captcha source code that enables you to generate a random code and protect your page for spammers. You can insert this code to your project as a type of test that the response is generated by a human being. For more question about this code email me at [email protected]. Thank you. " id='captchaimg' > Enter the Code Above Submit The captcha code does not match! Code

Image Upload

Submitted by jkev on
Hello guys, In this code you will learn on how to upload image using PHP/MySQL. Import the image_upload.sql into MySQL. Hope that you will like this code. If you have question about this code, email me at [email protected]. Thank you. Sample Code: Image: Upload " width="100" height="100" alt="" class="img-rounded">