Skip to content

Commit

Permalink
#uo
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhotsimamora1993 committed Sep 1, 2017
1 parent b27508a commit fd536fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/part-two.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<hr>
<code>
_loadDoc("./server/page.php",function(r){
</code> </br>
<code>
if (r)
{
_printTo("display_body",r);
Expand All @@ -21,6 +23,8 @@
<hr>
<code>
var my_name = "Lorem";
</code> </br>
<code>
_requestGET("./server/profile.php?name="+my_name+"",function(r){
if (r)
{
Expand All @@ -35,6 +39,7 @@
<hr>
<code>
var my_name = "Lorem";
</code> </br><code>
_requestPOST("./server/profile.php","name="+my_name+"",function(r){
if (r)
{
Expand Down

0 comments on commit fd536fb

Please sign in to comment.