summary of the PHP

What is PHP?
PHP Hypertext Processor. Language is processed in the form of a script server server the result is sent to the client, where the user using the browser.
PHP based script as a tag in HTML language

</font> <font class="hps">Exercise</font> <font class="hps">First</font> <font class="hps atn"><</font><font>/</font><font>></font><br> <font class="hps"><body></font><br> <font class="hps">Congratulations</font> <font class="hps">Learning</font> <font class="hps">Yes</font><font>.</font> <font class="hps"><br></font><br> <font class="hps atn"><</font><font>?</font> <font class="hps">php</font><br> <font class="hps">Printf</font> <font class="hps atn">(</font><font class="hps atn">"</font><font>welcome"</font><font>)</font><font>;</font><br> <font class="hps">?</font><font>></font><br> <font class="hps atn"><</font><font>/</font> <font class="hps">body></font><br> <font class="hps atn"><</font><font>/</font> <font class="hps">html</font><font>></font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font>*</font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps">the concept of working</font> <font class="hps">PHP</font><br> <font class="hps">in principle</font> <font class="hps">the concept of</font> <font class="hps">PHP</font> <font class="hps">work</font> <font class="hps">together</font> <font class="hps">with</font> <font class="hps">HTML</font> <font class="hps">code</font><font>.</font><br> <font class="hps">The only difference</font> <font class="hps">is</font> <font class="hps">that the file was</font> <font class="hps">generated by the</font> <font class="hps">web</font> <font class="hps">server</font> <font class="hps">will be sent</font> <font class="hps">to the</font> <font class="hps">PHP</font> <font class="hps">engine</font> <font class="hps">and the</font> <font class="hps">engine</font> <font class="hps">is</font> <font class="hps">a</font> <font class="hps">process and</font> <font class="hps">provide</font> <font class="hps">the results</font> <font class="hps">of</font> <font class="hps">HTML</font> <font class="hps">code</font> <font class="hps">to your web</font> <font class="hps">server</font><font class="">, then</font> <font class="hps">forwarded</font> <font class="hps">to the client</font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps"> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps">SOME</font> <font class="hps">TYPES</font> <font class="hps">OF</font> <font class="hps">COMMONLY USED</font> <font class="hps">IN THE</font> <font class="hps">APPLICATION</font> <font class="hps">AND</font> <font class="hps">DATABASE</font> <font class="hps">PHP</font><br><br> <font class="hps">InterBase</font><br> <font class="hps">Microsoft</font> <font class="hps">Access</font><br> <font class="hps">mSQL</font><br> <font class="hps">MySQL</font><br> <font class="hps">Oracle</font><br> <font class="hps">PostgreSQL</font><br> <font class="hps">MySQLi</font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps"> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps"># Ngoding with PHP</font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps"> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps">applications that</font> <font class="hps">must</font> <font class="hps">exist</font> <font class="hps">before performing</font> <font class="hps">ngoding</font><br> <font class="hps">-</font> <font class="hps">XAMPP</font><br> <font class="hps">-</font> <font class="hps">WAMPP</font> <font class="hps">SERVER</font></font><font class="" id="result_box" lang="en"><font class="hps"> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps"> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps">after</font> <font class="hps">installing</font> <font class="hps">xampp</font> <font class="hps">or</font> <font class="hps">wampp</font> <font class="hps">server</font><br><br> <font class="hps">further</font><br> <font class="hps">we make</font> <font class="hps">code</font> <font class="hps">like this</font> <font class="hps">in</font> <font class="hps">Notepad</font> <font class="hps">or</font> <font class="hps">Notepad</font> <font class="hps">+ +</font><br><br> <font class="hps"><html></font><br> <font class="hps"><head></font><br> <font class="hps"><title></font> <font class="hps">Ngoding</font> <font class="hps">First</font> <font class="hps atn"><</font><font>/</font> <font class="hps">title></font><br> <font class="hps atn"><</font><font>/</font> <font class="hps">head></font><br> <font class="hps"><body></font> <font class="hps">Ngoding</font> <font class="hps">with</font> <font class="hps">PHP</font><font>.</font> <font class="hps"><br></font><br> <font class="hps atn"><</font><font>?</font> <font class="hps">php</font><br> <font class="hps">printf</font> <font class="hps atn">(</font><font class="hps atn">"</font><font>Date</font><font>.</font> <font class="hps">now</font><font>:</font><font>%</font> <font class="hps">s</font><font>"</font><font>,</font> <font class="hps">Date</font> <font class="hps atn">(</font><font class="hps atn">"</font><font>d</font> <font class="hps">FY</font><font>"</font><font class="">))</font><font class="">;</font><br> <font class="hps">?</font><font>></font><br> <font class="hps atn"><</font><font>/</font> <font class="hps">body></font><br> <font class="hps atn"><</font><font>/</font> <font class="hps">html</font><font class="">></font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class=""> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="">and save with name .php</font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class=""> </font></font></p></div><div dir="ltr"><div class="almost_half_cell" id="gt-res-content"><div dir="ltr" style="zoom: 1;"><p><font class="" id="result_box" lang="en"><font class="hps">After completion of</font> <font class="hps">the</font> <font class="hps">create,</font> <font class="hps">open a</font> <font class="hps">browser</font> <font class="hps">and enter the</font> <font class="hps">address</font> <font class="hps">http://localhost/latihanphp/ngoding1.php</font><br> <font class="hps">Note</font> <font class="hps">that appears</font> <font class="hps">in the browser page</font><font>:</font></font></p></div></div><p><font class="" id="result_box" lang="en"><font class=""> </font></font><font class="" id="result_box" lang="en"><font class="hps"> </font></font></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps"> </font></font><img alt="" src="data:image/png;base64,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" width="320" height="142"></p></div><div dir="ltr"><p><font class="" id="result_box" lang="en"><font class="hps"> </font></font><font class="" id="result_box" lang="en"><font class="hps"> </font></font><font class="" id="result_box" lang="en"><font> </font></font></p></div></div>

0 comments:

Posting Komentar

Copyright © INFORMATION FOR YOU - Blogger Theme by BloggerThemes & newwpthemes - Sponsored by Internet Entrepreneur