php

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">

Animated Form Switching using Bootstrap Framework

Submitted by jkev on
Hi sourcecodester, This is an animated form switching using bootstrap framework. The script will switch between form login and signup page with transition effect. This code is simple but useful to your future project. To learn more about bootstrap framework please visit http://twitter.github.io/bootstrap/. Here's the sample code: FirstName LastName MiddleName Address Username Password Sign Up