Using Cookies in PHP

Submitted by GeePee on
This is a very simple and basic tutorial in PHP. This will teach you how to use and set cookie in PHP. Cookies allows the webmaster to store user's or visitor's information to be accessed on the next visit in the website. It is usually used in logging in, to store the username and password. But note, don't use cookie on an important information. Here is the code to set the cookie: $cookie_name =

Sending Multiple SMS To Multiple Contacts At once using Basic4Android

Submitted by hob2006 on
This is a demo apps about sending Multiple SMS To Multiple Contacts At Once using Basic4Android. Please install the apk installer and Please like my facebook page, https://www.facebook.com/pages/Basic4Android-Pilipinas/275375029265748. Technical support: [email protected]/09498982823 Thanks!

Bio-metric Time & Attendance Software

Submitted by Abdul Rahman on
Desktop PC based Application Feature: Leave Management Manual Attendance Finger print + BarCode based Attendance Customized Attendance Reports Mobile SMS Verification Attendance verification On Mobile SMS Fee Calculation Fine Calculation Print Fee Voucher username:=admin password:=123 for mark attendance press enter without user name and password email:[email protected] phone:03217807470 for

Add, Edit and Delete record using PHP/MySQL with PDO Query

Submitted by RobertSoriano on
This project will teach you on how to make a CRUD (Create Record Update Delete) using PHP/MySQL and PDO Query. Why PDO? Because mysql functions are getting deprecated. PDO is safe from sql injections and it will make you far more productive. Just download the file, put it to your www folder(wamp) or htdocs(xampp) and upload the database in phpmyadmin. Enjoy and happy coding! :) If you need more

Student Information with Login System in Java

Submitted by Bhaumik Mistry on
This is a simple project using Java. It uses netbeans and ms access 2007 as database. The following is the steps to connect on database. 1) Open Start menu > Settings. 2) Open Control Panel > Administrative Tools. 3) Double click on Data Source(ODBC). 4) Choose System DSN on tab control. 5) Add the database. Database name is STD_INF. 6) Press Ok to finish the database connection. Hope you learn