Magic Link

Computer Science Level pending

When we execute a link, and give them a parameter. It will get the data using "$_GET" variable. It will be executed as an Array, like $_GET['candy'].

So, here's the full link:

http://youtdomain.tld/file.php?hi=Hi&Hi=hi&HI=hI

and the PHP code:

 echo $_GET['hI'];

What will come out in the browser?

It gaves error hi HI Hi hI

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Hasmik Garyaka
Oct 8, 2017

No parameters whose name is hI.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...