php

International PHP Conference 2012 in Germany Announced

Submitted by navajocodetalker on
The highly-anticipated gathering of the brightest minds in the world particularly PHP enthusiasts will happen this coming October 14-17, 2012 in Mainz, Germany. The Internationl PHP Conference 2012 in Germany is a globally recognized event for PHP developers, web enthusiasts, IT managers and people who were involved in technologies. The conference aimed to explore the different key topics and core

The PHP ZendCon 2012 Slated for October 22-25-2012 Details Released

Submitted by navajocodetalker on
The world's largest gathering of PHP Developers will be on October 22-25, 2012 to be held at Sta. Clara, California, USA. The conference promised to be the best ZendCon ever. The conference offers you the chance to learn from a variety of technical sessions and in-depth tutorials. Some of the world's most well-known industry experts and PHP luminaries will be discussing the best practices and

Backup MySQL Database Using PHP

Submitted by argie on
This code will help you on how to backup your database. I Created this code to help thus programmer that encountered difficulties in creating backup of their database. The features of this code is that it allows you to backup your MySQL database. In this this code also you will learn on how to get all list of file in a folder directory. I hope this code will help you, if you have some question of

Live Search Using PHP/MySQL

Submitted by argie on
This code will help you on how to create a facebook like live search. This program uses javascript to display results (without pressing the enter key) right after you pressed any key without moving to other page. The result of the search query will be displayed below the textbox. Also, you can customize this code by adding a link on the dropdown list and redirect it automatically to the desired

File Upload using PHP

Submitted by argie on
In this code you will learn on how to upload and download file using php. The system has the capability to record the download details, such as the time and date of download, the person who download the file and automatically save directly to database. database name: br username: admin password: admin

How to Build Shopping Cart w/ Checkout in PHP

Submitted by admin on
I just rewrite the code included in this post to fix minor problem encounter by other PHP programmers who can’t run the shopping cart. The code is taken from this link: http://www.qualitycodes.com/tutorial.php?articleid=25&title=Tutorial-Building-a-shopping-cart-in-PHP. As you may have noticed, a lot of programmers are screaming for help on how to fix some bugs on this tutorial. Since I cannot