Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.24 KB

Parse XML Exercise Method One

Preview Method One

Change the content as needed. The focus is the AJAX function. This can be customized and applied differently. These files are just to get you started.

Parse XML Exercise Method Two

Preview Method Two

A slight modification from method one, but same rules apply; change the content as needed. The focus is the AJAX function. This can be customized and applied differently. These files are just to get you started.

Downloading and viewing locally.

First have php downloaded locally. For more infor visit these two pages:
PHP Installations Doumentation
PHP Downloads
PHP Mac Download
PHP Windows Download

After having php locally downloaded; to view/debug the repo contents download the repo or a directory, then in the terminal change to the directory where downloaded, then start a localhost using the command:

php -S localhost:8000