by BjornR on Tue Feb 03, 2009 2:38 pm ([msg=17323]see Re: Ext 12[/msg])
So basicly one has to define a variable called 'userpass' and assign a certain value to it. Then why doesn't it validate?
How does one need to enter his answer? moo.com/somefile.php?somevariable=somevalue or what?
EDIT after reply below: According to the script given only one var needs to be defined. The example works fine local. I repeat: How does one need to enter his answer?
Last edited by BjornR on Mon Feb 09, 2009 2:14 pm, edited 1 time in total.
by BhaaL on Tue Feb 03, 2009 3:50 pm ([msg=17329]see Re: Ext 12[/msg])
You need to make sure the condition is met - that is, the variables must match. And you obviously didnt finish it by just setting userpass to something.
by jeratt on Mon Feb 16, 2009 3:49 pm ([msg=18033]see Re: Ext 12[/msg])
Me to. It says "moo.com (any script you want)", but what does it mean? Is moo.com/somefile.php?somevariable=somevalue right? Am I a noob? (yes, sort of)
Edit: Ahh. It *was* moo.com/index.php?somevariable=somevalue Except you may have to define more than one variable. Oh holy "Go On" button.
Last edited by jeratt on Mon Feb 16, 2009 3:54 pm, edited 1 time in total.
by mutants_r_us_guild on Mon Feb 16, 2009 3:52 pm ([msg=18034]see Re: Ext 12[/msg])
jeratt wrote:Me to. It says "moo.com (any script you want)", but what does it mean? Is moo.com/somefile.php?somevariable=somevalue right? Am I a noob? (yes, sort of)
that's right... the somfile part can be anything. but you must define more than one variable.. think about it.
by BjornR on Mon Mar 02, 2009 12:33 am ([msg=19024]see Re: Ext 12[/msg])
Each and every challenge makes me stressed but the solution is often too simple to explain. Big hint: Read the title and then read the given code. What was i thinking the last time i replied in this thread?
by 01leo on Wed May 20, 2009 1:29 am ([msg=23976]see Re: Ext 12[/msg])
I assign a value to a variable called "userpass",i test this in my Apache server,it works.But it doesn't validate when i enter my answer. According to the script only one varibale needs to be defined,why does I need to define more than one var. And what's that var?