php - Website to display and filter data from MySQL Database -
i need create website display information mysql database on same server, have no idea start.
i have a: mysql database. contains 1 table information on items added on particular date. information includes, title, location , date item added.
i need to: create website front end allow me filter particular date , display title , locations of devices checked on date, preferably in table format.
i running apache/php/mysql web server on same machine , know how return data via json using php, have no idea how manipulate website format?
i assume start allowing user select list of avaliable dates somehow, use selection perform "select * 'added_devices' date=?", returns {"title":bob,"location":london,"date":20/11/03}, {"title":bill,"location":manchester,"date":18/12/05},
any appreciated, no idea start!
from i've learned in question, should have @ phpmyadmin, web gui mysql, written on php.
Comments
Post a Comment