Posts

Showing posts with the label mysql

Live Update Database And Display Like Facebook With PHP,MySQL and Jquery

Image
Today i had coded a live update and display data from database with time stamp feature in PHP , MySQL and Jquery like Facebook status update this works fine and clean with easy UI function and database connection  submitting data in to database with out reloading the page and display in real time from database there are many tutorials like this in internet but they wont work in a great way so i added some nice feature in this project so u can easily integrate to any type of your project and i also integrated sec to min to hour time stamp function like Facebook so called Facebook like time stamp function.                                                                                                   ...

Like And Dislike Rating System With PHP ,MySQL and Jquery

Image
There Are many Rating system in the internet , but the like and dislike is really a welcomed project so i had created a simple like and dislike from surfing the internet and i found this great script and made some changes to this to make really a good rating system for you to use, this script has like and dislike function and easy to implement you don't need that's much coding knowledge it can bee used in article rating system picture rating any of your wish its special feature is easy integration and easy to install and use .                                                                              DEMO                 DOWNLOAD Database code for creating table ...

Count The Clicks In PHP, MySQL

Image
i created a click count with PHP and MySQL with the update function to get there clicks and update them in the database table it very easy and easy to implement in to the scripts you use. it is after all  a simple script but help u in a big way it works like when a person clicks the link it redirects him to click.php file this collects the id and updates them in the database, with click+1 value so when a person clicks it multiple times the values will be added in +1 form,  you can check the demo out there and download the full working source code please subscribe to us and share this, thank you.               DEMO                       DOWNLOAD Create Table CREATE TABLE  clickcounter1  ( id  INT(11)  PRIMARY KEY   AUTO_INCREMENT , url VARCHAR(300)  UNIQU E, count ...

Search Data With Pagination In PHP

Image
Many of my readers requested me to create a data search with pagination function so the people search for the particular data with paginated thing i added some php code and connected with mysql database to display out the content with pagination and search order with top keyword match i also provided a free source code package to download the "Search Data With Pagination In PHP" script and you can view the demo here note you can limit the data display as your choice and please edit the search.php for table name and database connecton if you have any queries please comment below i am glad to help you                          Demo                  Download First create a table  CREATE TABLE search ( id  INT  PRIMARY KEY   AUTO_INCREMENT , title  VARCHAR(30)  UNIQU E, description  VARCHAR(30) ); Edit the s...

PHP Submit,Display Data From Database With Easy Pagination

Image
i have a programmed a all in one php script includes php data submit system , php data display from database and a php pagination. i made this script with php,html,and Mysql , you can download the whole source code below and also the live preview of " PHP Submit,Display Data From Database With Easy Pagination"