Closed Thread
Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23

Thread: Learning PHP: series

  1. #16
    Senior Member ProQ is an unknown quantity at this point
    Join Date
    Jan 2002
    Posts
    125
    actually... im gonna be working with phpcomplete.com...

  2. #17
    b& Johnny is an unknown quantity at this point Johnny's Avatar
    Join Date
    Oct 2000
    Location
    Everyone Is an Axis of Evil!!!
    Posts
    587
    wow so sweet.. i was going to crap in my pan'ts when i saw that site "http://www.proteanart.f2s.com/"
    btw that link is death.. if its your.

  3. #18
    Senior Member ProQ is an unknown quantity at this point
    Join Date
    Jan 2002
    Posts
    125
    whered u get a link like that?

  4. #19
    Senior Member ansa is an unknown quantity at this point
    Join Date
    Jun 2002
    Posts
    167
    Wouldn't it jsut be easier to direct people to php.net, where they have full docs already, and plenty of tutorials?
    Just a thought......

  5. #20
    Senior Member ProQ is an unknown quantity at this point
    Join Date
    Jan 2002
    Posts
    125
    php.net is cryptic to beginners... and i mean real beginners who havent programmed before.

  6. #21
    Pro Member leetcrew is an unknown quantity at this point leetcrew's Avatar
    Join Date
    Mar 2002
    Posts
    361
    === means what operation? does it work on other language such as VC++/C++ and C? Also java?
    'nuff said

  7. #22
    FWS Addict spec is an unknown quantity at this point
    Join Date
    Jun 2001
    Posts
    712
    you mean ==
    == means IS

    if("a" == "a")
    if( "a" is "a")

    thats the most basic way of putting it

  8. #23
    FWS Addict spec is an unknown quantity at this point
    Join Date
    Jun 2001
    Posts
    712
    Dammit I wasn't thinking
    "=" means Variable is this
    "==" means a variable is equal to this
    "===" means a variable is equal to this AND is the same data type

    IE Integer, String, Double, Boolean etc.

Closed Thread

Bookmarks

Posting Permissions

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