PHP

Spare Parts Management System

Submitted by maxithon on
Hi everyone, this is one of my design and implementation of spare parts management system created in PHP/Mysql. This system have 2 users:manager and storekeeper. Database name: ewsa_spares_db manager username and password: man storekeeper username and password: store Advantages of this system are the following: Manage stock status, System users management, Add item into main stock, Records out

PHP PDO: Simple Add, Edit, Delete and Search System

Submitted by mainecalsas on
This is just a SIMPLE add, read, edit, search and delete web system using PHP/Mysql and PDO (PHP Data Objects). It is made for newbie developers, for them to understand it easily and can also be use by developers who are new to PDO. To give you ideas at the same time on how it works. Just email me at [email protected] or visit my website: www.mainecalsas.com if there are questions. For more

LAN Base Chatbox by: Zidax Fixed

Submitted by Zidax on
This chatbox will allow you to chat with your friends or classmate even your teacher using LAN or Local Area Network by using the IP address of the owner of this chatbox. You can access this chatbox by typing the LAN Ip Address of the Owner. You can write your name or codename on the first blank box at the top then write your message in the lower box after the chat window. You can download this

PHP Basic Syntax

Submitted by Yorkiebar on
Introduction: This tutorial will cover the basic syntax of PHP files. What is syntax? Syntax is defined as "the structure of statements in a computer language." and as such refers to the format of the given scripts. Importance of correct syntax Having correct syntax in any script is extremely important.