PHP

PHP Time Recorder

Submitted by raffyapurillo on
This Program can do the following tasks... **Users -----Add, Edit, Delete Users **Logs -----Admin users can Add, Edit, Delete Time Logs. **Print -----Print Timesheet If you find this program helpful, please let me know by clicking the Like Button, If you want to contact me, please send me an email :[email protected] DONT JUST COMMENT USING FACEBOOK, I don't use any social networking site

Change MySQL Table Collation

Submitted by admin on
In my previous post, I explained on how to Convert MyISAM to InnoDB. This time I’ll show you on how to change the collation of MySQL database tables. BTW, collation controls the way string values are sorted. This code is useful if the table collation varied from each other. Example one table has utf8_general_ci collation, while the other has utf8_unicode_ci. It’s a best practice if there is

Search query in Php

Submitted by jkev on
Search query in php is a simple php sourcecode enables you to search data in the table thier are two tables in the program one is a normalize table and other is not but they come out with same output.. Hope that this sourcecode will help you a lot.. thank you :P

Improved and Still Simple Login and Logout using PHP

Submitted by jmmaguigad on
Try this out, this is still a Simple Login and Logout and Viewing of data in a database in PHP BUT it also stretch its scope to cookies. I've included cookie for educational purposes and for those who want to be educated about it. how to run it: 1. first you need to extract the sample.zip. 2. put the folder in the htdocs folder of your xammp folder. 3. import the sample.sql in your phpmyadmin. 4

How To Create Youtube like Rating Using PHP/MySQL

Submitted by argie on
Hi everyone, this tutorial will teach you on how to create a youtube like rating or likes and dislikes rating using php and mysql. To start this tutorial lets follow the steps bellow to create this easy and nice code.

Step1: Create Our Database and its Table:

First step is to create our table in database to store the likes and dislikes votes. To create a database: 1. Open phpmyadmin 2. Click create table and name it as "database". 3.