Sunday, October 3, 2010

Lesson One PHP

Learning PHP, create PHP, how to create a website, learning HTML, MySQL & learn learning specific computer beginners, free, easy & complete with PHP tutorial, HTML tutorial, MySQL, how to create a unique website and online computer Prothelord easily understandable from basic to advanced , plus tips on studying English and light articles of interest to you can be here.

My name Prothelord, and ready to become your partner to learn PHP, how to create a website, MySQL, Web Design and languages online.

If you're just starting to learn how to create a website, please review the tutorial available here begins with learning HTML then learn PHP and MySQL the last study, in addition you can also learn the computer, learn computer networking and Internet business even here.

Read More “Lesson One PHP”  »»

Wednesday, July 14, 2010

How to Writing PHP Scripts

Writing PHP scripts always begin with a "smaller (<)" and ending with a "greater (>)" and in writing the PHP script itself, there are four different ways, namely:
<?
PHP Scripts
?>
<?php
PHP Scripts
?>
<script Language="php">
PHP Scripts
</ SCRIPT>
<%
PHP Scripts
%>
Of the four ways before, you can choose which one to use in writing the PHP script but more often used is the way the first and second. In addition, the note is at the end of every PHP script should end with a "semicolon (;)".
Here is an example of writing from the PHP script:

<?php
echo ("Congratulations Learning PHP here");
?>

Read More “How to Writing PHP Scripts”  »»