This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Justina
over 10 years

its not accepting my answer!

Answer 528eb581548c35d675000339

1 vote

Permalink

points
Submitted by 2JZGTE
over 10 years

Answer 52b5d118282ae303e4002006

0 votes

Permalink

$myAge not $myage

points
Submitted by Joakim Kjellander
over 10 years

Answer 52b6070a8c1cccffc3002ad2

0 votes

Permalink

Same for $myName

…and take away the first ; in your code to see if you can proceed on to the next lesson.

:)

points
Submitted by hp6721
over 10 years

Answer 53f21228282ae3360b00014f

0 votes

Permalink

I had the same problem and couldn’t get through it until I typed in the answer exactly as it was in the hint. ?> had to be one the same line and everything.

points
Submitted by Adam Evertsson
over 9 years

Answer 54380ee97c82ca1d420006cd

0 votes

Permalink

you have to use echo like this: echo $myName = “your name”; echo $myAge = “your age”;

points
Submitted by rocket quiah
over 9 years

1 comments

Christopher mlalazi over 8 years

delete echo its not supposed to print at this stage

Answer 5478b2a89c4e9dc553007b3b

0 votes

Permalink

hi i am getting the same problem this is my code

points
Submitted by gingerkid3102000
over 9 years

1 comments

Jordan M Tschetter almost 9 years

don’t wrap numbers in quotes

Answer 554cda7d51b8874df90000bb

0 votes

Permalink

it took a while for me to figure this out but i did it like this

points
Submitted by BradfordPA
almost 9 years

1 comments

Venkat K K over 8 years

I think you missed out the ‘

Answer 560a6e3c3e0ec8b6ac000045

0 votes

Permalink

This works for me

<!DOCTYPE html>
<html>
    <head>
        <link type='text/css' rel='stylesheet' href='style.css'/>
        <title>PHP FTW!</title>
    </head>
    <body>
        <!-- Write your PHP code below!-->
        <p>
            echo $myName = "Djamal";
            echo $myAge = 54;
        </p>   
    </body>
</html>
points
Submitted by DAGIROV Djamal
over 8 years