Top 20 Similar PHP Tutorials

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

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

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

Creating a simple guestbook

In this tutorial I will show you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings.
General » phptoys.com
Score(+): 3 | Views: 657 | Similar Tuts | Save it | View this tutorial

Displaying date and time

Learn how to display date and time
Date and Time » phptutorial.info
Score(+): 1 | Views: 190 | Similar Tuts | Save it | View this tutorial

Displaying Load Times

Learn how to Display Load Times
General » biorust.com
Score(+): 1 | Views: 86 | Similar Tuts | Save it | View this tutorial

Creating a simple PHP guestbook for user feedback on your site

In this tutorial you can learn how to Create a simple PHP guestbook for user feedback on your site
General » phpeasystep.com
Score(+): 4 | Views: 219 | Similar Tuts | Save it | View this tutorial

Generate Number Format

Learn how to change number output formatting in PHP
General » phpsimple.net
Score(+): 5 | Views: 181 | Similar Tuts | Save it | View this tutorial

Get MySQL database layout in XML format

In this tutorial I will show you how to get your MySQL database description / layout in an XML format
Advanced » phptoys.com
Score(+): 3 | Views: 151 | Similar Tuts | Save it | View this tutorial

Easily Format JSON using PHP and Interpret using Javascript

As many clever sods across the world no doubt know, AJAX stands for Asynchronous Javascript and XML. However, there is an alternative to using XML with AJAX, there is JSON. Although JSON was essentially created for AJAX, it is widely considered language dependent because it outlines a set of rules for semantically correct communications.
Basics » talkphp.com
Score(+): 1 | Views: 98 | Similar Tuts | Save it | View this tutorial

Listing categories and sub-categories in a tree listing format

This tutorial will show you the basics of recursion abd how to list categories and sub-categories to the nth level in tree format in a directory kind of script
Functions and OOP » chipmunk-scripts.com
Score(+): 2 | Views: 190 | 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

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 | 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

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

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

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

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

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