452 reputation
311
bio website
location Croatia
age
visits member for 2 years, 5 months
seen 11 hours ago
stats profile views 28

Jun
15
accepted Assignment operator in Go language
May
30
awarded  Popular Question
May
13
asked Assignment operator in Go language
May
13
answered Extremely easy IF statement is not evaluating! php
May
12
comment Extremely easy IF statement is not evaluating! php
After you press the Submit button you are making a POST request and the return_url variable will not be available anymore which was set with a GET request. You could create an hidden input field that will store the redirect_url and submit it with the form.
May
12
comment Extremely easy IF statement is not evaluating! php
In order to help you we need to know the rest of the application. This is only a small part of it. And it also seems that you are forgetting to put ?return_url=mlbmain.php to the URL
May
12
comment Extremely easy IF statement is not evaluating! php
make a var_dump of var_dump($_GET['return_url']); inside the second if block and you will see to what the return_url is set
May
12
comment Extremely easy IF statement is not evaluating! php
put var_dump($url); die(); inside the second if block and tell us what it says
Mar
10
awarded  Caucus
Dec
28
awarded  Yearling
Aug
10
awarded  Necromancer
Jul
5
awarded  Commentator
Jul
5
comment How to check local storage size in safari browser
To get KB you just divide the number with 1024. Also I think that the data is stored as UTF16 so to get the data in KB you would multiply it first by 2 JSON.stringify(localStorage).length * 2 / 1024
Jul
5
comment How to check local storage size in safari browser
JSON.stringify(localStorage).length
Jul
5
comment How to check local storage size in safari browser
> window.localStorage.length
Jul
4
comment jquery (null is null or not an object) error on IE8
If you press F12 when running IE9 you will get the developer tools. There you can change the browser mode and document mode to IE8 or IE7 standards
Jul
4
awarded  Revival
Jul
1
comment jquery (null is null or not an object) error on IE8
The site kanersan.com has still jquery 1.7.1
Jun
28
answered jquery (null is null or not an object) error on IE8
Jun
22
awarded  Yearling