PHP Manual with Notes (chm)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • adwin

    PHP Manual with Notes (chm)

    Hi,

    Last year, I got a php manual from my friend. It is different with
    what is available for download right now, because it has user comments
    inside (in separated file, named php_manual_note s.chm.

    I was looking for the new version of it on google, but I couldn't find
    any of it. Could someone tell me where i could have this ? It is very
    usefull for me to read some examples that listed on it.

    thanks

    adwin
  • Anonymous

    #2
    Re: PHP Manual with Notes (chm)

    adwin wrote:
    >
    Hi,
    >
    Last year, I got a php manual from my friend. It is different with
    what is available for download right now, because it has user comments
    inside (in separated file, named php_manual_note s.chm.
    >
    I was looking for the new version of it on google, but I couldn't find
    any of it. Could someone tell me where i could have this ? It is very
    usefull for me to read some examples that listed on it.
    You can find it together with all the other manuals on the PHP page.

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    Choose the 'Extended HTML Help' download.

    Bye!

    Comment

    • william.clarke

      #3
      Re: PHP Manual with Notes (chm)

      On Apr 6, 1:50 pm, adwin <adwin.wij...@g mail.comwrote:
      Hi,
      >
      Last year, I got a php manual from my friend. It is different with
      what is available for download right now, because it has user comments
      inside (in separated file, named php_manual_note s.chm.
      >
      I was looking for the new version of it on google, but I couldn't find
      any of it. Could someone tell me where i could have this ? It is very
      usefull for me to read some examples that listed on it.
      >
      thanks
      >
      adwin
      Or if you are online and are happy with an online reference, you can
      just use the manual at http://www.php.net/ (which should be more up-to-
      date than a local copy).

      Comment

      • william.clarke

        #4
        Re: PHP Manual with Notes (chm)

        On Apr 6, 1:50 pm, adwin <adwin.wij...@g mail.comwrote:
        Hi,
        >
        Last year, I got a php manual from my friend. It is different with
        what is available for download right now, because it has user comments
        inside (in separated file, named php_manual_note s.chm.
        >
        I was looking for the new version of it on google, but I couldn't find
        any of it. Could someone tell me where i could have this ? It is very
        usefull for me to read some examples that listed on it.
        >
        thanks
        >
        adwin
        Alternatively, if you are happy using an online reference, you could
        also use the manual at http://www.php.net/ as it should be more up-to-
        date than a local copy.

        Comment

        • Jerry Stuckle

          #5
          Re: PHP Manual with Notes (chm)

          william.clarke wrote:
          On Apr 6, 1:50 pm, adwin <adwin.wij...@g mail.comwrote:
          >Hi,
          >>
          >Last year, I got a php manual from my friend. It is different with
          >what is available for download right now, because it has user comments
          >inside (in separated file, named php_manual_note s.chm.
          >>
          >I was looking for the new version of it on google, but I couldn't find
          >any of it. Could someone tell me where i could have this ? It is very
          >usefull for me to read some examples that listed on it.
          >>
          >thanks
          >>
          >adwin
          >
          Or if you are online and are happy with an online reference, you can
          just use the manual at http://www.php.net/ (which should be more up-to-
          date than a local copy).
          >
          The .chm has a lot of advantages - such as very quick search, not
          requiring an internet connection and faster response.

          I much prefer it over the local version. Download the copy for your
          version of PHP and you are always up to date - and don't have to worry
          about things which are added after your current version (no, I do NOT
          stay with the latest in production systems!).

          --
          =============== ===
          Remove the "x" from my email address
          Jerry Stuckle
          JDS Computer Training Corp.
          jstucklex@attgl obal.net
          =============== ===

          Comment

          Working...