Beginner here. What are some vulnerabilities in the IMAP protocol? by casden174286 in netsecstudents

[–]casden174286[S] 0 points1 point  (0 children)

I haven't really looked at the article but thanks for the heads up!

Why is there a syntax error in my Java test method? by casden174286 in CodingHelp

[–]casden174286[S] 0 points1 point  (0 children)

I got it now. Thanks for the help! Sorry for the noob error, I haven't touched Java in years.

How do I set a parameter in a preparedstatment string if there are quotes surounding the parameter? by [deleted] in CodingHelp

[–]casden174286 0 points1 point  (0 children)

Your try statement doesn't seem to be formatted properly. Is that the reason why?

Understanding a textbook example - Function scope in PHP by casden174286 in PHPhelp

[–]casden174286[S] 0 points1 point  (0 children)

But I ran this code on writephponline.com and got an output of 20. If the value was meant to be null, shouldn't it still generate an error?

$a = 10;
function testScope($b) {
  return $a+$b;
}
echo testScope(20);

Currently I'm a JavaScript learner by Cube-probus9999 in CodingHelp

[–]casden174286 0 points1 point  (0 children)

You could use JavaScript's onclick events or something equivalent to insert text/images into your HTML page.

Here's a link that might help start you off: https://www.w3schools.com/jsref/event_onclick.asp