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
Posts Tagged ‘variable’
PHP Tutorial 16 – GET Variable (PHP For Beginners)
April 8th, 2012
phpmoz The GET Variable will allow you to store data taken directly from the user. It can be taken from a HTML Form using the GET method or even directly from the URL. This video will introduce the GET Variable and show you how you can take input from the user and put it through the processor and then return a dynamic result back to the browser. For more information, check out the website: howtostartprogramming.com
PHP Tutorial: Use PHP Includes to Create Tempates -HD-
December 10th, 2011
phpmoz In thistutorial, you will learn how to use PHP includes to create templates. PHP includes are a great way to save time and frustration. 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 Tutorial: Install ReCaptcha -HD-
November 20th, 2011
phpmoz In this tutorial, you will learn how to install ReCaptcha to prevent form spam. Besure 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 Tutorial 2 – Variables and strings
November 8th, 2011
phpmoz Variables are used for storing values, like text strings, numbers or arrays. When a variable is declared, it can be used over and over again in your script. All variables in PHP start with a dollar ($) sign symbol. String variables are used for values that contain characters. In this chapter we are going to look at the most common functions and operators used to manipulate strings in PHP. After we create a string we can manipulate it. A string can be used directly in a function or it can be stored in a variable. E-mail: mr.gigiliIII@gmail.com Twitter: www.twitter.com Website: www.mrxxxproductions.pcriot.com
Ajax Tutorial : Post to PHP File XMLHttpRequest Object Return Data Javascript
July 18th, 2011
phpmoz Script: www.developphp.com Learn to program the javascript XMLHttpRequest Object to easily send Ajax HTTP requests to your PHP parsing scripts, and get return data from submitted forms or any type of interaction that takes place on your website.

Posted in
Tags:

