PHP

PHP Bookstore Business w/ MySQL

Submitted by EmbuscadoGeoff on
Hi my name is Geoff Embuscado, a 3rd year BSIT student at Jose Rizal University and Im new to Sourcecodester and I want to contribute this WEB APPLICATION project I made using PHP/MySQL. This is my very first WEB APPLICATION PROJECT I've post in SourceCodester because Im very busy with my THESIS at Jose Rizal University and my free time is taken away because of the time that is consumed due to my

Facebook Notification Clone Script Using PHP/MySQL and Jquery

Submitted by argie on
This code will teach you on how to create a facebook alike message notification with dropdown using php/mysql and jquery. the feature of this system are, it give alert how many message you need to read, It provide dropdown list of message, it provides view all message link so that you can read all both read and unread messages. Download this code to try and if you have a question or any, just

Export Data From PHP/MySQL to Microsoft Excel

Submitted by argie on
This code will help you on how to export data from mysql database using PHP to Microsoft Excel. The feature of this code is it export data from mysql to ms excel readable format. Download and try this code and if you have question, just leave comment and i will answer all your question. database name: data

Facebook Wall Clone Script Using PHP/MySQL

Submitted by argie on
This code will teach you on how to create a facebook alike wall post using php/mysql and ajax. the feature of this code are it allows you to post status, allow to post comment in a certain status, facebook like collapsible comments, while clicking View all Comments link it displays all the existing comments. Download and try this code, leave comment if you have a question on this code. database

Auto Delete Data Using Current date In PHP/MySQL

Submitted by argie on
This code will help you on how to create a system that automatically delete data when the expiry date was arrive. The required input to fully execute auto delete is the number of days to add in the current date, the formula to get the expiry date is current date plus the number of dates to be input. The feature of this code is, automatically delete data when the expiry date arrive. In this code