76 reputation
17
bio website
location
age
visits member for 10 months
seen 4 hours ago
stats profile views 30

Elementary particle physics and Cosmology (theorist)


2d
accepted jQuery - off() and on() inside handler function
2d
revised jQuery - off() and on() inside handler function
added 2 characters in body
2d
comment jQuery - off() and on() inside handler function
Yeronimo ,sorry I edited my post.
2d
asked jQuery - off() and on() inside handler function
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
Thank you Biswajit, I know what you mean, but it refreshes my page, see my previous comment.
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
I don't want to refresh my page, because as I mentioned in my question I have dynamic content which I get via ajax requests on my main.php file. So, if the page is being refreshed the content will be lost.
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
I put the line $_SERVER['HTTP_REFERER'] in else block. But if file does not exists, browser still redierects me to 'dnwl.php?file=fish.avi' page.
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
I know, this is good option but I want to consider any kind of circumstances in my code.
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
Thank you for your answer, but I don't want to rederect user anywhere. I want to stay same 'main.php' page, even if file does not exist. I dont want to use header( "location:main.php"), because it refreshes the whole page.
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
Thank you very much for your anwser Biswajit, but it does not work.
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
If file does not exist there is nothing to download. So, I just checking this condition.
Apr
28
comment PHP file download issue - stop redirection if file does not exist while using GET method
yes I know, this is just a toy example
Apr
28
asked PHP file download issue - stop redirection if file does not exist while using GET method
Apr
27
comment Echoing jQuery script from PHP on upload form while using iframe
Thank you very much Dianuj!
Apr
27
accepted Echoing jQuery script from PHP on upload form while using iframe
Apr
27
comment Echoing jQuery script from PHP on upload form while using iframe
Oh, sorry, I edited my post. I missed it
Apr
27
revised Echoing jQuery script from PHP on upload form while using iframe
added 5 characters in body
Apr
27
comment Echoing jQuery script from PHP on upload form while using iframe
Bwoebi, yes I'm sure. I tested it
Apr
27
comment Echoing jQuery script from PHP on upload form while using iframe
I have included jQuery on my main HTML file. Iframe is on this HTML file. Rikesh, I want to rewrite whole code in jQuery, so above code is just an example. Thank you.
Apr
27
asked Echoing jQuery script from PHP on upload form while using iframe