PHP

PHP File Handling: Accessing File

Submitted by joken on
In this tutorial, we’re going to access file in PHP. And primarily we’re going to focus on this lesson in dealing with fopen (filename, mode) so we’re going to open a file and we’re to provide a filename and we’re going to tell it what mode is should open it. And remember using “fopen” opens up a file whether it exists or not so we will create it if necessary. At this time, we will know first how to deal with FILE ACCESS MODES: Below are the three basic ways to open a file and the corresponding character that PHP uses.

PHP Security (Form, Password Encryption, Fake Options)

Submitted by Yorkiebar on
Introduction: This tutorial will cover adding security in to your forms with PHP/HTML. Pre-creation: I am going to be using my login form as an example for this page, you can find my tutorial on a login form here; Login Form Tutorial. What security flaws are there? Whenever a user enters data in to your web forms the data gets processed as it is, and as such, needs the creator to add in security checks.

PHP Email Form

Submitted by Yorkiebar on
Introduction: This tutorial will cover creating an email form with PHP/HTMl. Pre-creation: Before you do this, please note that some errors may be caused by your php.ini file located on your server (online or local) during the actual mail sending process (if they do not arrive, for example). Steps of Creation: Step 1: First we are going to create our HTML form for the user to interact with. We

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