Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uheldig kodesnippet i oppgavetkesten til McB-12 #11

Closed
fuzzbin opened this issue Jan 18, 2017 · 0 comments
Closed

Uheldig kodesnippet i oppgavetkesten til McB-12 #11

fuzzbin opened this issue Jan 18, 2017 · 0 comments
Assignees

Comments

@fuzzbin
Copy link
Member

fuzzbin commented Jan 18, 2017

Gjelder oppgaven: McBergbys-12

I oppgaveteksten, rett under skjermbildet står det: foreach($_POST as $key => $value){...}
Jeg anbefaler å erstatte dette med: foreach($_POST['ekstra'] as $e) {...} #

Flere av elevene kopierte inn koden, og fikk den ikke til å fungere.

bitjungle added a commit that referenced this issue Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants