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.
Posts Tagged ‘Classes’
PROGRAMMING TUTORIAL- OBJECT ORIENTED IN PHP
May 7th, 2012
phpmoz 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: Regular Expressions: Real-world Example (Matching HTML Tags)
February 22nd, 2012
phpmoz This series looks at PHP Regular Expressions and several examples of how they can be used. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com Join our Facebook group! www.facebook.com
PHP Tutorials: Regular Expressions: Simple Tokens and Character Classes
February 17th, 2012
phpmoz This series looks at PHP Regular Expressions and several examples of how they can be used. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com Join our Facebook group! www.facebook.com
[PHP] OOP Tutorial #6
January 8th, 2012
phpmoz Public, private and protected – The rematch! And this time… It’s processable. Well that’s retarded, but it’s visibility again! Woohoo!
PHP Tutorials: Classes and Variables (Part 1)
June 13th, 2011
phpmoz This is a large tutorial on how to properly use classes with designated variables. I believe I had a few slip ups and I my voice decided to slur a lot during this tutorial. Oh well. Hope you enjoy.
PHP OOP Tutorial 1: an introduction to Object Oriented Programming
December 3rd, 2010
phpmoz This is a basic introduction to Object Oriented programming. Here, I introduce classes, public and private variables and methods, magic methods, and method chaining. I use a diagram to show the concept visually before creating the code, and then I test it in the terminal. I also show variable casting to ensure that information is properly handled, even when it is of the wrong type. As always, I will post on my site, kloplop321.com/php-tutorials/ with the source code and any resources I use. Please make sure to subscribe if you like my tutorials, and feel free to share them with others. kloplop321.com
[PHP] OOP Tutorial #5
June 9th, 2010
phpmoz The GLORIOUS return, with PHP OOP Tutorial numero 5! As always, send me a message or comment if you need help. Good luck and happy coding!

Posted in
Tags:

