Jump to content

ze_newbie

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by ze_newbie

  1. I already started with basics. I am not pretentious but for the "basics" I just need few days (quelques nuits blanches).
    If am able to write an emulator I think that a template engine will not fear me.
    Thanks for your help but a
    [code]<?php
      echo "hello world";
    ?>[/code]
    I already know that.
    Excuse for disturbing.
  2. Hello everybody,
    It's my first post and I just started learning PHP.
    So excuse me for these newbie questions.

    I open a template (with .tpl extension) and I found these snippets.

    [code]
    {$header}
    {$lang.categories}
    {/if}
    {if $related_categories}
    [/code]

    My 1st question is :
    I think it is not PHP, please can you tell me what does it mean ?

    In the template I found also this :

    [code]
    <meta name="keywords" content="{$keywords}" />
    <br />
    [/code]

    My 2nd question is : why is it for example [code]<br /> and not <br>[/code] ?

    Thanks in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.