Jump to content

cpu_figther

Members
  • Posts

    1
  • Joined

  • Last visited

cpu_figther's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi ! On of the tutorial pages https://www.w3schools.com/js/js_json_html.asp is missing code of php file. As I understand the code should be the same as on previous page of chapter, like: <?php $myObj->name = "John"; $myObj->age = 30; $myObj->city = "New York"; $myJSON = json_encode($myObj); echo $myJSON; ?> Sincerely, Alejandro.
×
×
  • Create New...