Posts Tagged ‘mysql’

Mysql in php tutorial Part 2

This is Part 2 of a mysql tutorial in php. Where I finish going over how to update records in a mysql database using mysql queries. ALL FILES ARE AVAILABLE TO DOWNLOAD FOR FREE ON MY BLOG: ryanmconn.com

PHP Tutorial 3 if Statement

Php Tutorials: Basics 3 – Passing Php Variables in Hidden Form Fields

Welcome to easy online jobs’ video tutorials. In this video, we learn how to pass php variables in hidden form fields. First we’ll make a form using get method. Here the form method attribute in the form will be specified as get. When the user clicks the Submit button, the action page specified in the form collects data from hidden field names using get variable $_GET. Here the variables are passed to the action page using Hidden Form Fields. In GET method, values entered are passed to the action page as parameters in url. Now we’ll make a form using post method. Here the form method attribute in the form will be specified as post. When the user clicks the Submit button, the action page specified in the form collects data from hidden field names using post variable $_POST. Here the variables are passed to the action page using Hidden Form Fields. In POST method, values entered are passed invisibly to the action page. Thanks for watching this video. Please wait for more tutorials.

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

PROGRAMMING TUTORIAL- OBJECT ORIENTED IN PHP

This PHP tutorial takes you from beginner level in Object Oriented Programming all the way to Pro level.Download full tutorial for 7$ from:tinyurl.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

PHP Tutorials: Count Visitors Currently Online (Part 2)

Count how many visitors are currently browsing your website! Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com