PHP Tutorial
Top 20 Similar PHP Tutorials
Export Mysql data to CSV
Want to export your Mysql data to a CSV(comma seperated value) file? In this tutorial i will show you how to export your data from Mysql into a CSV file.
Database »
Export MySQL database table data to XML file
Learn how to connect to a MySQL database, then export data into a XML file in PHP.
Database »
Use a database to export to CSV dynamically
Learn how to use a database to export to CSV dynamically
General »
Insert Data
After studying this tutorial you can learn how to Insert information in to a PHP MySQL database using Dreamweaver
Database »
Accessing form data with PHP
In this tutorial I will show you the basics of accessing data sent from a html form
General »
Using DOM and PHP to parse website data
In this tutorial you will learn how to use DOM and PHP for parsing website data
Advanced »
Accessing Form Data
This tutorial will teach you how to access form data using PHP's _POST and _GET globals
General »
Log User Data with PHP & MySQL
Logging user data is a crucial part to any website. See how many visitors fly into your website. This can be used for all sorts of purposes! This tutorial shows you how to do just that by logging all the users in a database. It even shows you how to display them!
Basics »
Display MySQL Data
Learn more about using dreamweaver. learn how to display database information
Database »
How to safely clean user data
Using regular expressions to clean data can ensure that you will not get any sort of MySQL injections.
Security »
Inserting Data Into a MySQL Database using PHP
This tutorial is a continuation on the “How to Access a MySQL Database Using PHP” tutorial that showed you how to setup a database using phpMyAdmin and how to read data from the database using PHP. In the tutorial I will show you how to write data to the database directly through a from on your website. This is going to be a very basic writing tutorial
Database »
Importing CSV data into MySQL with a PHP script
How to import CSV data into MySQL with PHP script
Database »
SQL injection protection and data validation
SQL injections and data validation to help protect your site
Security »
Using POST and GET to retrieve data from html forms with an interactive example
Learn how to use POST and GET to retrieve data from html forms with an interactive example
General »
Entering and displaying form data in guestbook format
this is a tutorial on how to write a form, insert the data into a mysql database and then display the data.
General »
Detailed Guide on Writing Form Data to a MySQL Database Using PHP
In this tutorial, you will make a form and then submit what is entered to a MySQL database, and learn how to carry values between pages.
General »
Making Data Dynamic - The main strength of PHP is support for a vast number of DBs
This tutorial tackles quite a number of databases and shows the basic operations with them: connecting, sending SQL statements, and evaluating the return values. No matter what your database-driven web application must do, it always has to do these steps.
Advanced »
Using Type Juggling/Type Casting to Modify Data Types
We're going to be dealing with type juggling in this article. This is the process of instructing PHP how to handle the value after the type juggling. Type juggling can do absolutely all sorts, from converting integers to floats, arrays to objects, and even strings to binary as of PHP 5.2.1. It can also save you calling various functions and thus making your script quicker!
Basics »






