FREE PHP Script

eCommerce - Online Book Store in PHP with PayPal Free Source Code

Introduction This is an ECommerce Website in PHP project for Book Stores that I called Online Book Store. This project provides the book store's client or possible client to have an online platform for exploring and order the different kinds of books that the store/shop is selling. The system has also an Admin Panel where the store management can manage the products, orders, and other data in the

PHP - Users Online Script

Hello, if you are developing a web application, you may need this online users script to show how many users is online. Yesterday i wrote a php class for it and decide to share it. Creating table Well, Before using this class, you must create a table in your database: CREATE TABLE `online_users` ( `session_id` char(150) NOT NULL, `last_activity` int(11) NOT NULL default '0' ); Creating php file