First time didn’t work
-
My code
php code below
<?php
$a = “hello”;
$b = “world”;echo $a . ” ” . $b ;
?>
php code above
My output
php code belowphp 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.