You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

random-recipe.php 93B

12345678
  1. <?PHP
  2. $recipe = [
  3. "name" => "Whatever",
  4. "difficulty" => 7,
  5. ];
  6. echo json_encode($recipe);