Results 1 to 1 of 1
  1. #1
    mistermax3
    mistermax3 is offline
    Guest
    Join Date
    2013 Jun
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Lightbulb Learning PHP Basics With MisterMax3

    Hello My Name is mistermax3 this is my first post I hope it be Useful For You I Me A highlight in this forum Show And I'm Util Well Then Let There:

    HISTORY AND INFORMATION PHP:
    PHP ( recursive acronym for : PHP : Hypertext Preprocessor ) is a programming language widely used today to generate content for the web . PHP was created in 1995 by Rasmus Lerdorf , being initially a package to replace the CGI Perl Scripts . PHP allowed initially programmers to create simple applications for the web .
    The creator of PHP released the source code for PHP users can refine and improve the code , adding features and correcting problems .

    PHP versions :

    PHP / FI 2.0 : This version has a long time as Beta , with several bugs to be solved . It was released in 1997 .
    PHP 3 : First version of PHP similar to ours . It was mainly created by Andi Gutmans and Zeev Suraski , also in 1997 , being released only in 1998 . This version became official and were abandoned developments PHP / FI 2.0 . One of the distinct PHP 3 , in relation to its high capacity 2.0 was extensibility , this version being the key for the current PHP .
    PHP 4 : PHP 3 was a major breakthrough , not designed for more complex applications . The creators of PHP 3.0 then developed the Zend Engine , this engine was used as the basis for the creation of PHP 4 , which was released in May 2000 . This version of PHP was created with some methods that allowed the interaction between language and other components of the WEB as HTTP Sessions and Output buffers . This version popularized further PHP because it allowed interaction with other functions .
    PHP 5 : Launched in 2004 , PHP 5 was designed based on the Zend Engine 2.0 , and brought several innovations . The orientation of objects in this version of PHP has been completely rewritten to meet new needs ace .
    The PHP source code is available to anyone at no cost. The license and editing is Open Source , meaning anyone can market any modified version of PHP , and any change must continue with the open source code for users to explore and modify . This licensing system brings no profit to the developers because they provide everything to the public for free , and the public , in turn , help reporting bugs and helping to modify the source code . Many companies support the PHP developers , because they do not seek to profit by creating and developing the program . PHP is widely used with Linux and MySQL , two other Open Source programs .


    PROGRAMMING:

    Tags that can be used to delimit a PHP script are:

    PHP Code:
    / / 1.
    <? php echo ("must be used to dispose of XHTML or XML");?>
    *
    / / 2.
    <? echo ("this is the simplest and used");?>
    *
    / / 3.
    *** <script language="php">
    ****** echo ("another way of delimiting the script.");
    *** </ script>
    *
    / / 4.
    * <% Echo ("You can also optionally use ASP tags")%>
    The second type of tag is not always available, and to be enabled in the PHP configuration file.

    PHP Code:
    short_open_tag On 
    The fourth option is disabled by defult hablitada should also be in the configuration file to be utilized.

    PHP Code:
     Allow ASP-style <%%> tags.
    asp_tags Off 
    In trexo code below is an example of assigning values ​​to variables and how they should be concatenated.

    PHP Code:
    <? php
    ** $ name "Mister";
    ** $ 
    last "Max3";
    ** $ 
    age 14;
    ** echo 
    "Name:". $ name"<br /> name." name"<br /> Age." age";
    ?>
    Most variables in PHP
    only has local scope in the context in which it was defined, it is added to the translation files included it is used mostly Files To Include Other File PHP or HTML. See the following example.

    [PHP] <? Php
    $ var = 1;
    include "arq.inc";
    ?> [/ PHP]

    Good People That All is One Basics Of PHP Quick'll bring More Experiences Of My Classes Computer Thank you!

Similar Threads

  1. i am learning ^^
    By mwct1986 in forum Aika Bots, Hacks, Cheats
    Replies: 6
    Last Post: 2013-05-13, 04:39 PM
  2. [Guide] GRF Editing Basics
    By Falmarat in forum Ragnarok Online
    Replies: 0
    Last Post: 2012-12-22, 10:26 PM
  3. learning to unpack
    By susimilikiti in forum General Game Research
    Replies: 13
    Last Post: 2012-07-01, 03:03 AM
  4. [Info] Dragon Nest Empowerment System basics
    By Grooguz in forum Dragon Nest Guides, Tutorials
    Replies: 0
    Last Post: 2011-10-02, 09:55 AM
  5. [Guide] Leveling basics for WOW
    By Grooguz in forum WoW Guides, Tutorials
    Replies: 0
    Last Post: 2011-09-27, 04:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •