PHP

FreePHP: Simple MySQL Table Record (Part 1 - Sorting Algorithm) , (Par 2 - Shuffle Algorithm)

Submitted by DavaoCloudStudio on
Sample how to ascending and descending each row of record table from MySQL database. Add record Delete record Update/Edit record Sorting record ---------------------- How to begin? 1. Open your Apache friend like. Wamp, Xampp, Lamp etc., i used 'Wamp' 2. Goto phpMyAdmin > Import 'ac_xamp_le.sql' 3. Open browser > Goto localhost or 127.0.01 'usually is localhost' Direct access! ____________________

Login and Chat Application (AJAX,PHP-PDO and MySQL)

Submitted by jmmaguigad on
*Credit to sir Argie Policarpio for initiating this kind of program. Have you ever wished to make your own chat box? So bad if not! Nevertheless, chat boxes are just an amazing work of programming and art which have tremendous usage; either it’s good or bad. Before going through, I’ll first give my own definition of the word chat box, chat box is a place where user can input or type user’s message

Voting System

Submitted by Juju Lara on
Simple voting system that counts the number of votes of students running in different positions. It also generate codes in administrator page that use to vote and access the candidates form. go to administrator-index.php password:aclcelection generate code and use that generated code in index.php to access that page. e-mail: [email protected]

PHP/MySQLi Creating a Forum - Part 1 - Database and Creating Threads

Submitted by Yorkiebar on
Introduction: This tutorial will be starting my series of creating a forum in PHP/MySQLi/HTML. As this is the first part, we will be; Creating the database. Making a create thread page. 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.

FreePHP: Online Applicant Assessment Behavioral Examination System (Ranking User)

Submitted by DavaoCloudStudio on
Applicant Behavioral Assessment Test Features: Live ranking applicant Pie graph performance result Table sheet result Notification Added to Admin Panel Full Admin customizable CPanel Manage users modular questions type Powerful anti-hack system Fully customizable Detailed summary Report Reports charts displayed Good Ajax extension Timing chart display Who's online users and more...

PHP/MySQLi Messaging System

Submitted by Yorkiebar on
Introduction: This tutorial will be going over a basic PHP messaging system between 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. Database: We are going to be storing all of the messages in a database named 'messagesTutorial', and in there a table named 'messages'. Let's create these now; Go to PHPMyAdmin and enter 'messagesTutorial' followed by pressing the 'create' button.

FreePHP: Web-based Question Bank System (Demo - Part 1)

Submitted by DavaoCloudStudio on
(Part 2 coming soon..) Web-based Question Bank System (Demo) 'fisher-yates shuffle algorithm' for this version features: admin can add faculty admin can manage users admin can upload subject admin can upload department faculty can generate question bank faculty can recycle question bank faculty can update profile search question bank faculty will never access to the site until admin must add