• Resolved rgipp1

    (@rgipp1)


    My code

    php code below

    <?php

    $a = “hello”;
    $b = “world”;

    echo $a . ” ” . $b ;

    ?>

    php code above

    My output
    php code below

    php code above

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘First time didn’t work’ is closed to new replies.