Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c370cba

Browse files
URL CONNECTION AND PARSING THE RETURNED DATA
1 parent c83c0be commit c370cba

File tree

6 files changed

+160
-69
lines changed

6 files changed

+160
-69
lines changed

‎.idea/workspace.xml

Lines changed: 61 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Java_Network_Connection_demo.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
if(isset($_POST['type'])){
4+
5+
$type=$_POST['type'];
6+
7+
if($type=="Java_Program_Demo"){
8+
$msg="Mount Annapurna Campus]Pokhara]Nepal]BSc CsIT]Advanced Java Programming]7th Semester";
9+
echo $msg;
10+
11+
12+
}
13+
}
14+
15+
?>
1.86 MB
Binary file not shown.

‎src/com/example/hello_world_package/Network_Programming_3.java

Whitespace-only changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /