Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 05-21-2013, 07:10 AM   #1
noahwilson
Registered User
 
Join Date: Mar 2013
Posts: 246
What are Register Global Variables?

It is a frequent necessity to transfer variable values between pages. You may have an HTML <form> which asks for user input to named fields. These fields (as well as hidden variables) will be transferred to a PHP page for processing. This may be the same page that defines the form, or a different one. A method of either 'post' or 'get' must be given in the form tag.

Another way to transfer variable data to another page is make an HTML link (such as with <a href="target_page.php?var_name_1=data&var_name_2=d ata">click this link</a>).This of course can be entered on the browser's address line, too. This information (the stuff after the ?, or "var_name_1=data&var_name_2=data") is known as a URL Query String ("UQS") and can be treated like a "GET" form submission.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
noahwilson is offline   Reply With Quote

Old 05-22-2013, 07:12 AM   #2
mikerock
Registered User
 
Join Date: Jan 2013
Posts: 21
Register globals variables is convenient but extremely dangerous, allows an attacker to overwrite variables in a script by adding parameters to requests. While the feature has been disabled by default since PHP 4.2.0. Many hosting providers often enable the feature to provide compatibility with old scripts.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
mikerock is offline   Reply With Quote
Old 05-24-2013, 01:37 AM   #3
shivendra11
Registered User
 
Join Date: May 2013
Posts: 14
What are Register Global Variables?

It is a way to transfer variable data to another page is make an HTML link (such as with <a href="target_page.php?var_name_1=data&var_name_2=d ata">click this link</a>).This of course can be entered on the browser's address line, too. This information (the stuff after the ?, or "var_name_1=data&var_name_2=data") is known as a URL Query String ("UQS") and can be treated like a "GET" form submission.
__________________
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shivendra11 is offline   Reply With Quote
Old 06-05-2013, 01:33 AM   #4
ebrainnight
Registered User
 
Join Date: Apr 2013
Posts: 15
As I am seeing this is a really interesting topic about Register Global Variables and it is described very well, it is helpful for me
__________________
AKWIRE
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Solutions,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
& Solufy
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Software
ebrainnight is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Purchasing the best Motorbike Global positioning system perryyarmy Review My Website 5 01-02-2014 11:42 PM
how to get people to register christiaan General Discussion 3 12-13-2013 11:06 PM
CashDream - New Global Project! yauhenikorzun Making money on the web 1 08-13-2012 11:15 AM
Register, Transfer your domain to us at just $7.99 includes a free 1yr extension hostaddonltd Sell Domains 0 04-21-2012 05:53 AM
Xmas & New Year Special - Register your domain name for FREE with Host.co.in Kailas Post your ad here 0 12-21-2011 09:02 AM


All times are GMT -7. The time now is 06:09 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.