This will let you know what variables are-do in php and how-where to use them: Follow us on facebook: facebook.com Our Website: http:://admintalk.net
Posts Tagged ‘education’
Php Tutorials: Basics 3 – Passing Php Variables in Hidden Form Fields
June 6th, 2012
phpmoz 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 Tutorials: How to format numbers 1: Making the script
April 20th, 2012
phpmoz In this tutorial i will show you how to present big number alot better!
PHP Tutorials: Simple Register and Login system 1: What we’re going to learn
April 19th, 2012
phpmoz In this part we’re taking a look at what we’re going to learn and do in this tutorial series. We’re not using any nice CSS styling, just basic html. Twitter: twitter.com Twitch: twitch.tv
PHP Tutorial – 3 – Basic Math Functions
April 15th, 2012
phpmoz This video is free tutorial for php scripting learners. www.hypernetstudio.com
Php Tutorials: Offline login system 1: Creating the system
March 28th, 2012
phpmoz In this tutorial we will be learning how to make a offline login system, which won’t use any files to read usernames and password or any mysql databases. Twitter: twitter.com Twitch: twitch.tv
Php Tutorials: Securing your login script 1: Securing
March 27th, 2012
phpmoz In this tutorial we will be securing our login script with a few things, there are obviously many other ways and tricks of doing it but these are the ones i show you in the video: mysql_real_escape_string(); Suppressing your error messages or deleting them completely Closing any open mysql connections Twitter: twitter.com Twitch: twitch.tv
HTML5 Tutorial – 45 – Working on the Drag and Drop Program
January 2nd, 2012
phpmoz Visit my website at thenewboston.com for all of my videos! My Google+ – https My Second YouTube Channel – www.youtube.com
HTML5 Tutorial – 47 – Spice it Up
December 29th, 2011
phpmoz Visit my website at thenewboston.com for all of my videos! My Google+ – https My Second YouTube Channel – www.youtube.com

Posted in
Tags:

