browse by tag: mysql
sort by
Installing MySQL on Windows
in PHP added by ducani, 1 week ago installation mysql setup windows
As Web sites and Web-based applications become more important to commercial firms and other organizations, so too does the methods used for storing data online, such as customer contact information, system login details, product data, and much more. Rewritable flat files may be sufficient for extremely limited data for which security is not an issue. But for most Web sites and applications, a robust database is called for.
comment save reportPHP components: Autosuggest
in PHP added by woork, on 25/3/2008 AJAX beginner tutorials databases mysql
A simple "PHP component" (8Kb), ready to use, to implement a search form with an autosuggest feature using PHP and MySQL just modifying some parameters.
comment save reportDeleting record with Ajax using prototype.js and PHP
in PHP added by woork, on 12/3/2008 AJAX beginner tutorials database mysql
This tutorial explains how to use prototype.js framework an PHP to delete a record from a database with Ajax. This is a simple overview with basic features you can use and improve in your web projects.
comment save reportHow to Create an RSS Feed for Your Site in PHP
in PHP added by Walkere, on 1/3/2008 advanced tutorials feed file handling mysql php5 xml
An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically. This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
comment save reportSlider in PHP, Ajax And Javascript
in PHP added by phphungry, on 23/2/2008 AJAX JavaScript beginner tutorials mysql slider
cool nice slider which is implemented using javascript , Ajax and PHP
comment save reportUsing prototype.js to add record into database with ajax
in PHP added by woork, on 14/2/2008 AJAX Prototype database mysql
This tutorial explains how to use prototype.js framework to enable a simple ajax request which add a new record (an user name) into a database table using PHP like server side language.
comment save reportSearch with autosuggest feature (using PHP)
in PHP added by woork, on 5/2/2008 AJAX advanced tutorials mysql
This tutorial explains how to implement a simple ajax search with autosuggest feature using some lines of code. All files are fully customizable and ready to reuse in your projects.
comment save reportEasy as Pie - Working with a Database
in PHP added by goodphptutorials, on 20/1/2008 beginner tutorials database mysql
This post is the third in a continuing series of DIY tutorials, which aims to make things as simple as possible. The [Easy as Pie] series focuses on tasks that most people consider too challenging and presents it in a way that is easy (as pie!) to understand.
comment save reportComplete advanced login member system
in PHP added by ineedtutorials, on 17/1/2008 advanced tutorials content management database login mysql security
This tutorial will show you how to create an advanced member login system with PHP, users can register, change password, email activation is included.
comment save reportLAMP performance for dummies
in PHP added by goodphptutorials, on 15/1/2008 advanced tutorials blog caching database mysql performance
I've spent the last six months combing Google for 'slow mysql' results. It was enlightening. Now in the spirit of giving back to the community I give you:
comment save reportUsing PHP To Backup MySQL Database
in PHP added by mahmoudcasey, on 12/1/2008 backup database mysql sql
in this tutorial you will learn how to do a backupfile like (back.sql) of one of your database tables or all the database
comment save reportSimple poll with PHP and GD
in PHP added by mahmoudcasey, on 9/1/2008 gd mysql poll
This tutorial will demonstrate how to make a basic poll using PHP, and store the results in MySQL. We will then display the results by making a pie chart with the GD Library.
comment save reportDatabase design fundamentals (PHP, MySQL, SQL)
in PHP added by woork, on 7/1/2008 database how-to mysql sql
This is a mini-guide with hot tutorials to learn, step-by-step, how to design a database from relationships-entities model to final implementation using SQL, MySQL and PHP. Very useful for web developers.
comment save reportCreating a simple login script with php and mysql
in PHP added by ineedtutorials, on 31/12/2007 beginner tutorials content management mysql security
Learn to create a simple login system with php and mysql in 7 simple steps
comment save reportBuilding a Comments Script
in PHP added by bs0d, on 14/12/2007 beginner tutorials comments mysql
This tutorial will guide you through the process of building a comments script with PHP. The comments script will use a mySQL database to store and retrieve information. Its not too advanced, but additional features can easily be added, such as a delete feature and implementing usernames
comment save reportUsing Stored Procedures & MySQLI in PHP 5
in PHP added by rvdavid, on 11/12/2007 beginner tutorials database mysql oo programming php5
For the occasions that you want to use a stored procedure you've written in MySQL 5 through PHP , the semantic tool to use is PHP's built in mysqli objects/package.
comment save reportSimple Search Engine with PHP and MySQL
in PHP added by mckinleysh, on 10/12/2007 database mysql search engine
There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help minimize the time that it takes to find the information you need.
I would like to show you how you can build your own PHP search engine to find the information you seek in a MySQL database.
Uploading Image Files with PHP
in PHP added by bs0d, on 9/12/2007 beginner tutorials database file handling mysql upload files
This article will guide you through step-by-step to learn how to upload and manage files using PHP.
comment save reportPHP MySQL By Example
in PHP added by goodphptutorials, on 19/10/2007 database databases mysql
PHP and MySQL are two different languages that work hand in hand very well. PHP is an excellent and versatile programming language with thousands of examples and applications while MySQL is one of the world's best solution when it comes to storing and managing your data. Learn by examples how to manipulate your database using PHP
comment save reportVPS MySQL and Apache Optimization Guide
in PHP added by goodphptutorials, on 1/9/2007 advanced tutorials apache mysql vps web server
With a considerable number of webmasters switching to Virtual Private Servers (VPS) from shared hosting these days and preferring them over costlier fully dedicated servers, memory and resource optimization has become a burning issue.
comment save reportHow To: Code Your First Web App (Part 3)
in PHP added by goodphptutorials, on 25/8/2007 beginner tutorials database framework mysql user
By now you are probably waiting for the final part of this web app series so you can actually begin putting something together from what you've learned in Part 1 and Part 2. I won't disappoint you then. I wrote an example web app available for download at the end of this article.
comment save reportHow To: Code Your First Web App (Part 2)
in PHP added by goodphptutorials, on 23/8/2007 beginner tutorials database framework mysql user
In Part 1 of How To: Code Your First Web App, I covered the basics of setting up a MySQL database, connecting to it with PHP and then I introduced a few functions to create and manage users. At the end, I briefly went into setting up the header file which will be used with every file created from here on out. The next step is creating the main files that actually do things.
comment save reportHow To: Code Your First Web App (Part 1)
in PHP added by goodphptutorials, on 22/8/2007 beginner tutorials database framework mysql user
In its most basic form, a web application is typically comprised of multiple files utilizing PHP and MySQL technologies on a LAMP server. PHP provides a powerful means of carrying out your web application's functions by way of server-side scripting while MySQL is used to store information in a database. In this series of posts I will be showing you how easy it is to create a simple web application framework which you can adapt for almost any purpose - all this with only basic PHP and MySQL knowledge.
comment save reportUploading, Saving and Downloading Binary Data in a MySQL Database
in PHP added by goodphptutorials, on 10/8/2007 advanced tutorials download mysql upload
This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database.
comment save report