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