This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Var ini untuk uji coba | |
| */ | |
| $curl_get = http://gorlang7.blogspot.com | |
| <!DOCTYPEHTML> | |
| <html> | |
| <head> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Lagorga Kebingungan | |
| kecanggihan teknologi membuat saya semakin bingung, karena terlalu penasaran. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| *@link http://gorlang7.blogspot.com/ | |
| * | |
| *@TestKodePhp | |
| */ | |
| get_header();?> | |
| <div id="content"class="site-content container no-sidebar"> | |
| <div class="content-inside"> | |
| <div id="primary"class="content-area"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * The main template file. | |
| * | |
| * This is the most generic template file in a WordPress theme | |
| * and one of the two required files for a theme (the other being style.css). | |
| * It is used to display a page when nothing more specific matches a query. | |
| * E.g., it puts together the home page when no home.php file exists. | |
| * | |
| * @link https://codex.wordpress.org/Template_Hierarchy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Sapa PHP</title> | |
| </head> | |
| <body> | |
| <?php | |
| echo '<p>Horas Dunia, apa kabar? | |
| Ini masih mencoba</p>'; ?> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Masih dalam proses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This is a manifest file that'll be compiled into application.js, which will include all the files | |
| // listed below. | |
| // | |
| // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, | |
| // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. | |
| // | |
| // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | |
| // the compiled file. | |
| // | |
| // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |