PHP

Kingsfields Hotel Reservation with advance trapping

Submitted by michael.galanza on
System Details: The system use jquery for advance trapping in registrations. To access administrator the link is: http://localhost/Kingsfields%20Express%20Inn/admin/index.php to bypass login form username: admin password: admin Please import the database kingsfields_database!! Please PM me @ [email protected] for more info thanks!! God bless !! :)

Implement Fraud Detection Feature with Free API

Submitted by chrislim2888 on
Fight fraud has never been an easy task. You may feel lucky of not being defrauded yet, but it never mean you will not encounter one in future. As long as you are in web business, regardless of whether you are a merchant or developer, precaution shall be necessarily to protect you from victimized by fraudster. Long story short, let’s dive into coding on how you can get yourself or perhaps your

PHP/MySQLi Creating a Forum - Part 19 - User Search

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 18 - Related Threads Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. In this part I will be covering searching for users. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.

Parcel delivery system ( Edited version From Jack Murithi )

Submitted by Mutuma on
This is a system originally developed by Jack Murithi. It has more enhanced features and was developed with an imagination that it was owned by easy coach company as a first year IT project in Kibabii University college of Kenya. The system mainly captures the parcels to be transfered and notifies the clients through regular emails. For manager section use username as "manager" and password as

PHP/MySQLi Creating a Forum - Part 18 - Related Threads

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 17 - User List Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. In this part I will be covering related threads. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.

PHP Constants

Submitted by joken on
In this lesson, I'm going to show you the importance and to how to use the Constants. In PHP, a Constant is an identifier (name) fro a simple value. As the value cannot be changed, unlike to variable. A Constant name must start with a letter or underscore and no dollar sign before the constant name.