|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem with Codewalkers Tutorial
I've been doing the Codewalkers tutorial on Working with Forms in PHP. I am up to the third lesson on checkboxes and have run into a snag.
I tested each stage online as I went through and when I got to the loop bit on test, I got a message saying unable to parse line 26. Line 26 was </html>. Now I do believe that this line is fairly critical, so what could I have done wrong? I'm positive I've copied the code exactly from the tutorial. Help would be appreciated as this system looks like a great way to go for a larger project I'm working on. With thanks Carol |
|
#2
|
|||
|
|||
|
RE: Problem with Codewalkers Tutorial
when that happens, that usually means, your forgotten to close the bracket
} or your forgot a $ sign |
|
#3
|
|||
|
|||
|
RE: Problem with Codewalkers Tutorial
it looks like u are missing ?>
maybe u deleted it unpurpusly... |
|
#4
|
|||
|
|||
|
RE: Problem with Codewalkers Tutorial
Found it! It was in the code in the tutorial. It said put in a comma when in fact a full stop was needed.
Thanks very much anyway. Carol |
![]() |
| Viewing: Codewalkers Forums > Other > Tutorials > Problem with Codewalkers Tutorial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|