PHP Tutorial

Export Data to CSV

Learn how to Use PHP to export data to a Comma Separated Value file
General » wlscripting.com
Score(+): 2 | Views: 131 | Save it | Report it


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 » ineedtutorials.com
Score(+): 4 | Views: 208 | Similar Tuts | Save it | View this tutorial

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 » chriswashington.net
Score(+): 2 | Views: 175 | Similar Tuts | Save it | View this tutorial

Use a database to export to CSV dynamically

Learn how to use a database to export to CSV dynamically
General » wlscripting.com
Score(+): 2 | Views: 170 | Similar Tuts | Save it | View this tutorial

Insert Data

After studying this tutorial you can learn how to Insert information in to a PHP MySQL database using Dreamweaver
Database » pixeldigest.com
Score(+): 2 | Views: 184 | Similar Tuts | Save it | View this tutorial

Edit MySQL Data

Learn how to edit information stored in a PHP MySQL database
Database » pixeldigest.com
Score(+): 3 | Views: 198 | Similar Tuts | Save it | View this tutorial

Accessing form data with PHP

In this tutorial I will show you the basics of accessing data sent from a html form
General » webmasterstash.com
Score(+): 2 | Views: 146 | Similar Tuts | Save it | View this tutorial

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 » libraryofmike.org
Score(+): 5 | Views: 365 | Similar Tuts | Save it | View this tutorial

Accessing Form Data

This tutorial will teach you how to access form data using PHP's _POST and _GET globals
General » ronsguide.com
Score(+): 2 | Views: 124 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 4 | Views: 127 | Similar Tuts | Save it | View this tutorial

Getting META data of a website

How to get all META data of a website.
General » phptoys.com
Score(+): 4 | Views: 176 | Similar Tuts | Save it | View this tutorial

Display MySQL Data

Learn more about using dreamweaver. learn how to display database information
Database » pixeldigest.com
Score(+): 2 | Views: 226 | Similar Tuts | Save it | View this tutorial

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 » nucleocide.net
Score(+): 3 | Views: 220 | Similar Tuts | Save it | View this tutorial

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 » teamtutorials.com
Score(+): 2 | Views: 155 | Similar Tuts | Save it | View this tutorial

Importing CSV data into MySQL with a PHP script

How to import CSV data into MySQL with PHP script
Database » chipmunk-scripts.com
Score(+): 4 | Views: 177 | Similar Tuts | Save it | View this tutorial

SQL injection protection and data validation

SQL injections and data validation to help protect your site
Security » chipmunk-scripts.com
Score(+): 6 | Views: 232 | Similar Tuts | Save it | View this tutorial

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 » azroc.co.uk
Score(+): 4 | Views: 193 | Similar Tuts | Save it | View this tutorial

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 » chipmunk-scripts.com
Score(+): 3 | Views: 193 | Similar Tuts | Save it | View this tutorial

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 » phpmac.com
Score(+): 3 | Views: 213 | Similar Tuts | Save it | View this tutorial

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 » brainbell.com
Score(+): 3 | Views: 157 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 2 | Views: 83 | Similar Tuts | Save it | View this tutorial