php

Online Video Player:Share Your Videos with the World

Submitted by ranjit1 on
This is a video sharing website. Any user having an account can upload a videos. User can also edit/delete/private/public their videos. This videos can be watched by all the user who access the website but only those user who have an account can rate, comment and subscribe videos/channel. It also recommends similar videos that your watching and more videos of that uploader. I have used here auto

Online Heavy Equipment Testing - Setting up ProjectID

Submitted by nikzcruzalde on
Online Heavy Equipment Testing System was built using PHP/MySQL in PDO Approach. This post was just a part of the Heavy Equipment Testing System that I've built. I have used the following technology to develop this system: - PHP Data Objects (PDO) - HTML5 - Twitter Bootstrap - MySQL - jQuery Hope it can help you. Contact me via SMS at +639473849799 or email me at [email protected] for

NJForm Simple Contact Form Wordpress Plugin

Submitted by nikzcruzalde on
NJForm Wordpress plugin allows the user to create a simple contact form in Wordpress. After downloading, upload it to your Wordpress Site and that's it. You can now use it in any page using its shortcode. I am making enhancements to this plugin as of now. Hope it can help you learn how to make your own Wordpress plugin!

How To Read XML File In PHP

Submitted by thusitcp on
Most of web applications handling lot of different kind of data sources in order to provide excellent service to its visitors. Application need properly define and fast feeding data sources to maintain quality of service. XML is one of leading data source which is used to provide various kind of services such as webservice, RESETFull service, RSS feeds and etc. In this tutorial I will teach you

How To Feed Mysql Data Into Google Map

Submitted by thusitcp on
Modem day client server applications support lot of mobile device platform so real time GPS data will be collect most of the applications. Projection of collected data visualized on GIS applications has big trend these types of applications. In this tutorial I am going to teach you how to visualize data on google map using mysql databases. For a tutorial I am going to create online event

How to Handle File With PHP

Submitted by thusitcp on
In this tutorial you will be learn how to read/ write / append files using php. There are some situations you don’t need store all the information inside databases. Most cases databases applications are not 100% satisfy with the software requirement to maintaining data. Situation like maintaining error log configuration files etc.. Maintaining file are the oldest method of storing data in computer