Search

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.

Patient's Record using MS Access Database

Submitted by icomichael on
This is a patient record with one to many relationship. It allows you to record the patient's history as a child form. It has some useful code that you can use in your own application. The database can be found under debug folder. If you have question, leave your comment below or add me in your facebook account. My username is "michaelangeloico". Thank you

File Search And Destroy

Submitted by euverve on
I coded a simple utility that removes files based on file hash because some malwares or virus spreads in every folder in usb or drive. This is threaded so while searching the form will not hang. Souce Codes: Public Class Mainform Private Sub Form1_Load ( ByVal sender As System . Object , ByVal e As System .EventArgs ) Handles MyBase .Load Control .CheckForIllegalCrossThreadCalls = False End Sub