Posts Tagged ‘Data’

PHP Tutorials: Easy Pagination (Part 2/3)

Part 3/3: www.youtube.com Easy pagination with PHP, by splitting results from a database into seperate pages. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials: PDO: Affected Row Count (Part 3/7)

Part 4/7: www.youtube.com Using a PDOStatement method, we can return the amount of rows that were affected by our last query, which can be very useful! Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorial: Using CSV Files [part 02]

WEBSITE: betterphp.co.uk In this series I show you the basics of reading and writing a CSV file.

PHP Tutorial: Embed image source in HTML: Hide image location

Learn how to hide the image source directory on your web server. Enhance the security of your website by not showing where the image is located. In this tutorial you’ll learn how to use base64 encoding to embed images within your website. Using PHP to get the source of the image we will base64 encode the image binary source.

PHP Tutorial: Password Encryption with MD5, SHA1, and Crypt -HD-

In this tutorial, you will learn how to encrypt passwords and other data by using the md5, sha1, and crypt functions. Be sure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http For business related inquires contact us at rivercitygraphix@yahoo.com

PHP Tutorials: Selecting and Using Multiple MySQL Databases

If you need to query mutliple database tables, it can be quite messy to switch between the two. This tutorial will show you a few ways to select multiple databases and a little information on each one, including how best to do it. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

Advanced User Registration System PHP tutorial Episode 2/3

www.stalker0111productions.com Episode two Starting the PHP part of the coding.

PHP Tutorial: Basic Introduction

A basic introduction to PHP. PHP is an open-source programming language which is widely used in the web today. It allows you to create dynamic websites and pages driven by database results. XAMPP is an open source cross-platform web server solution that allows you to build PHP websites, pages locally in your computer.

Learning to Program – GUI PHP Tutorial – 1- RadPHP

Learning to program with PHP – with visual component building with RadPHP. This is the first in the video series to build our web site.